diff options
author | Eli Zaretskii <eliz@gnu.org> | 2021-10-31 21:23:34 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2021-10-31 21:23:34 +0200 |
commit | 7e15ee5bc93b1f4b00020cc2fd401fd9d1a6711a (patch) | |
tree | a0201d20efd434d96674c5e53cbc67efbd3ae525 /doc/emacs/help.texi | |
parent | f1c9286376d570e898d349200412021fd67e13d2 (diff) | |
download | emacs-7e15ee5bc93b1f4b00020cc2fd401fd9d1a6711a.tar.gz |
; * doc/emacs/help.texi (Help Mode): Improve indexing.
Diffstat (limited to 'doc/emacs/help.texi')
-rw-r--r-- | doc/emacs/help.texi | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi index d1329d561c1..7d6c3085cb6 100644 --- a/doc/emacs/help.texi +++ b/doc/emacs/help.texi @@ -443,11 +443,13 @@ alphabetical order, change the variable @node Help Mode @section Help Mode Commands +@findex help-mode +@cindex help mode - Help buffers provide the same commands as View mode (@pxref{View -Mode}); for instance, @key{SPC} scrolls forward, and @key{DEL} or -@kbd{S-@key{SPC}} scrolls backward. A few special commands are also -provided: + Help buffers have Help mode as their major mode. Help mode provides +the same commands as View mode (@pxref{View Mode}); for instance, +@key{SPC} scrolls forward, and @key{DEL} or @kbd{S-@key{SPC}} scrolls +backward. It also provides a few special commands: @table @kbd @item @key{RET} |