[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs-25 4a0c590: Fix documentation of the command summary
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] emacs-25 4a0c590: Fix documentation of the command summary key |
Date: |
Fri, 4 Nov 2016 08:56:41 +0000 (UTC) |
branch: emacs-25
commit 4a0c590cbf4db96fb62877dd662c6bdeef7aeab1
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>
Fix documentation of the command summary key
* doc/misc/info.texi (Help-^L, Help-Xref, Top): Emacs Info uses
'?' for the summary of commands, whereas the stand-alone reader
uses 'H'. (Bug#24825)
---
doc/misc/info.texi | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/doc/misc/info.texi b/doc/misc/info.texi
index 0a8100f..1b964e6 100644
--- a/doc/misc/info.texi
+++ b/doc/misc/info.texi
@@ -70,7 +70,8 @@ To read about advanced Info commands, type @kbd{n} twice.
This
brings you to @cite{Advanced Info Commands}, skipping over the ``Getting
Started'' chapter.
-Type @kbd{H} to see a summary of all available commands.
+If you are using Emacs, type @kbd{?} to see a summary of all available
+commands. In the stand-alone Info reader, type @kbd{H} instead.
@end ifinfo
@end ifnottex
@@ -393,16 +394,18 @@ the @key{BACKSPACE} key (or @key{DEL}) many times. You
can also type
@end format
@kindex ? @r{(Info mode)}
address@hidden H @r{(stand-alone Info reader)}
@findex Info-summary
You have just learned a considerable number of commands. If you
want to use one but have trouble remembering which, you should type
address@hidden, which displays a brief list of commands. When you are
-finished looking at the list, make it go away by typing @key{SPC}
-repeatedly.
address@hidden (@kbd{H} in the stand-alone Info reader), which displays a
+brief list of commands. When you are finished looking at the list,
+make it go away by typing @key{SPC} repeatedly.
@format
->> Type a @key{?} now. Press @key{SPC} to see consecutive screenfuls of
- the list until finished. Then type @key{SPC} several times. If
+>> Type a @key{?} (or @key{H} in the stand-alone Info reader) now.
+ Press @key{SPC} to see consecutive screenfuls of the list
+ until finished. Then type @key{SPC} several times. If
you are using Emacs, the help will then go away automatically.
If you are using the stand-alone Info reader, type @kbd{x} to
return here.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] emacs-25 4a0c590: Fix documentation of the command summary key,
Eli Zaretskii <=