changeset 21806:d17bf0e8a170

(Info-mode): Doc fix.
author Dave Love <fx@gnu.org>
date Tue, 28 Apr 1998 18:13:00 +0000
parents aafa93c1a5ce
children c62197b13ece
files lisp/info.el
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/info.el	Tue Apr 28 18:06:36 1998 +0000
+++ b/lisp/info.el	Tue Apr 28 18:13:00 1998 +0000
@@ -1765,12 +1765,14 @@
 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 @@
 \\[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.