From 21d5959fe72a01f4f72e1825289944317677b63e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 18 Aug 1994 01:08:03 +0000 Subject: [PATCH] (Info-mode): Doc fix. --- lisp/info.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/info.el b/lisp/info.el index a9feb3b2281..dfe842c0583 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -1435,6 +1435,10 @@ topics. Info has commands to follow the references and show you other nodes. \\[Info-help] Invoke the Info tutorial. 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-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.