mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
Fix Custom keybindings in the documentation
* etc/NEWS: * doc/emacs/custom.texi (Changing a Variable): Use more user-friendly representation of the key sequence 'C-c TAB' as it's displayed in the Help buffer for 'Custom-goto-first-choice'. Fix typos in keybindings.
This commit is contained in:
parent
1c69563a1c
commit
7d2988e7e4
|
|
@ -194,11 +194,11 @@ the customization buffer:
|
|||
@end smallexample
|
||||
|
||||
@findex Custom-goto-first-choice
|
||||
@kindex C-x C-i @r{(customization buffer)}
|
||||
@kindex C-c TAB @r{(customization buffer)}
|
||||
The first line shows that the variable is named @code{kill-ring-max},
|
||||
formatted as @samp{Kill Ring Max} for easier viewing, and also shows its
|
||||
expected type: a positive integer or zero. The default value is
|
||||
@samp{120}. You can move directly to the value with @kbd{C-x C-i}
|
||||
@samp{120}. You can move directly to the value with @kbd{C-c @key{TAB}}
|
||||
(Custom-goto-first-choice). The button labeled @samp{[Hide]}, if
|
||||
activated, hides the variable's value and state; this is useful to avoid
|
||||
cluttering up the customization buffer with very long values (for this
|
||||
|
|
@ -348,8 +348,8 @@ does not appear if Emacs was started with the @option{-q} or
|
|||
@option{-Q} option (@pxref{Initial Options}).
|
||||
|
||||
@kindex C-c C-c @r{(customization buffer)}
|
||||
@kindex C-x C-c @r{(customization buffer)}
|
||||
@kindex C-x C-k @r{(customization buffer)}
|
||||
@kindex C-x C-s @r{(customization buffer)}
|
||||
@kindex C-c C-k @r{(customization buffer)}
|
||||
@findex Custom-set
|
||||
@findex Custom-save
|
||||
@findex Custom-reset-standard
|
||||
|
|
|
|||
2
etc/NEWS
2
etc/NEWS
|
|
@ -3578,7 +3578,7 @@ current directory's ".dir-locals.el" file.
|
|||
*** New binding 'C-c C-k' for 'Custom-reset-standard'.
|
||||
|
||||
+++
|
||||
*** New command 'C-c C-i' ('Custom-goto-first-choice').
|
||||
*** New command 'C-c TAB' ('Custom-goto-first-choice').
|
||||
When first opening the customization interface for a user option, you
|
||||
can use this command as a shortcut to jump to the first actionable
|
||||
button or field (for instance an on/off button for boolean options, or a
|
||||
|
|
|
|||
Loading…
Reference in a new issue