diff options
author | Eli Zaretskii <eliz@gnu.org> | 2018-01-30 16:53:25 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2018-01-30 16:53:25 +0200 |
commit | 2bf49e7a26861ba4f721eb81df8a18b114e8656e (patch) | |
tree | 87b52a2d85c3d2added0cbc413c7daeb24e6c22e | |
parent | f3546a248509c74db1cc004e45216273d8c35166 (diff) | |
download | emacs-2bf49e7a26861ba4f721eb81df8a18b114e8656e.tar.gz |
Fix a typo in the Emacs manual
* doc/emacs/custom.texi (Customization Groups): Fix a typo.
Reported by Jonathan Kyle Mitchell <kyle@jonathanmitchell.org> in
emacs-manual-bugs@gnu.org.
-rw-r--r-- | doc/emacs/custom.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index c58cc7ebd70..5b2ab8280d1 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi @@ -127,7 +127,7 @@ brings up the customization buffer for that group. @kindex S-TAB @r{(customization buffer)} @findex widget-forward @findex widget-backward - In the customizable buffer, you can type @key{TAB} + In the customization buffer, you can type @key{TAB} (@code{widget-forward}) to move forward to the next button or editable field. @kbd{S-@key{TAB}} (@code{widget-backward}) moves back to the previous button or editable field. |