aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/info.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-12-22 22:28:11 +0000
committerRichard M. Stallman <[email protected]>1997-12-22 22:28:11 +0000
commit177c35491906f544c51efdc54ca6c4d8d7e3cd39 (patch)
tree0201b66d6cd2f8224d3cca82ff64a81164ad7be7 /lisp/info.el
parent44c816daa828b82461af1dff135b735a5c7b45a9 (diff)
(Info-mode): Doc fix.
Diffstat (limited to 'lisp/info.el')
-rw-r--r--lisp/info.el9
1 files changed, 6 insertions, 3 deletions
diff --git a/lisp/info.el b/lisp/info.el
index edf50f865a..0d677bd085 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -1779,9 +1779,12 @@ Selecting other nodes:
\\[Info-index-next] (comma) Move to the next match from a previous `i' command.
Moving within a node:
-\\[Info-scroll-up] Normally, scroll forward a full screen. If the end of the buffer is
-already visible, try to go to the next menu entry, or up if there is none.
-\\[Info-scroll-down] Normally, scroll backward. If the beginning of the buffer is
+\\[Info-scroll-up] Normally, scroll forward a full screen.
+Once you scroll far enough in a node that its menu appears on the screen
+but after point, the next scroll moves into its first subnode.
+When after all menu items (or if their is no menu), move up to
+the parent node.
+\\[Info-scroll-down] Normally, scroll backward. If the beginning of the buffer is
already visible, try to go to the previous menu entry, or up if there is none.
\\[beginning-of-buffer] Go to beginning of node.