Bind 'apropos-user-option' to C-h u

* doc/emacs/help.texi: Adjust documentation.
* etc/NEWS: Mention change.
* lisp/help.el (help-map): Add binding.
This commit is contained in:
Philip Kaludercic 2026-01-05 14:42:19 +01:00
parent c8d19034aa
commit 5b89d46965
No known key found for this signature in database
3 changed files with 8 additions and 1 deletions

View file

@ -422,7 +422,8 @@ search for noninteractive functions too.
Search for functions and variables. Both interactive functions Search for functions and variables. Both interactive functions
(commands) and noninteractive functions can be found by this. (commands) and noninteractive functions can be found by this.
@item M-x apropos-user-option @item C-h u
@kindex C-h u
@findex apropos-user-option @findex apropos-user-option
Search for user-customizable variables. With a prefix argument, Search for user-customizable variables. With a prefix argument,
search for non-customizable variables too. search for non-customizable variables too.

View file

@ -684,6 +684,11 @@ project, during completion. That makes some items shorter.
The category defaults are the same as for 'buffer' but any user The category defaults are the same as for 'buffer' but any user
customizations would need to be re-added. customizations would need to be re-added.
** Help
+++
*** New keybinding 'C-h u' for 'apropos-user-option'.
** IDLWAVE has been moved to GNU ELPA. ** IDLWAVE has been moved to GNU ELPA.
The version bundled with Emacs is out-of-date, and is now marked as The version bundled with Emacs is out-of-date, and is now marked as
obsolete. Use 'M-x list-packages' to install the 'idlwave' package from obsolete. Use 'M-x list-packages' to install the 'idlwave' package from

View file

@ -99,6 +99,7 @@ buffer.")
"f" #'describe-function "f" #'describe-function
"g" #'describe-gnu-project "g" #'describe-gnu-project
"h" #'view-hello-file "h" #'view-hello-file
"u" #'apropos-user-option
"i" #'info "i" #'info
"4 i" #'info-other-window "4 i" #'info-other-window