diff options
author | Dave Love <fx@gnu.org> | 1998-04-28 18:13:00 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1998-04-28 18:13:00 +0000 |
commit | 6b136ab938e79b42b8fc8b317e96027f1e38cbdf (patch) | |
tree | 17a2b54f4b1a768f7d1600c845123b8bff691e4f /lisp/info.el | |
parent | eb4df0c388ab3f9463e1ed4a62cdfd0991c96355 (diff) | |
download | emacs-6b136ab938e79b42b8fc8b317e96027f1e38cbdf.tar.gz |
(Info-mode): Doc fix.
Diffstat (limited to 'lisp/info.el')
-rw-r--r-- | lisp/info.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/info.el b/lisp/info.el index 95875900906..46c18662a78 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -1765,12 +1765,14 @@ one topic and contains references to other nodes which discuss related topics. Info has commands to follow the references and show you other nodes. \\[Info-help] Invoke the Info tutorial. +\\[Info-exit] Quit Info: reselect previously selected buffer. Selecting other nodes: \\[Info-mouse-follow-nearest-node] Follow a node reference you click on. This works with menu items, cross references, and the \"next\", \"previous\" and \"up\", depending on where you click. +\\[Info-follow-nearest-node] Follow a node reference near point, like \\[Info-mouse-follow-nearest-node]. \\[Info-next] Move to the \"next\" node of this node. \\[Info-prev] Move to the \"previous\" node of this node. \\[Info-up] Move \"up\" from this node. @@ -1781,6 +1783,10 @@ Selecting other nodes: \\[Info-last] Move to the last node you were at. \\[Info-index] Look up a topic in this file's Index and move to that node. \\[Info-index-next] (comma) Move to the next match from a previous `i' command. +\\[Info-top-node] Go to the Top node of this file. +\\[Info-final-node] Go to the final node in this file. +\\[Info-backward-node] Go backward one node, considering all nodes as forming one sequence. +\\[Info-forward-node] Go forward one node, considering all nodes as forming one sequence. Moving within a node: \\[Info-scroll-up] Normally, scroll forward a full screen. |