diff lisp/info.el @ 98116:10a380ea8509

Stephen Berman <stephen.berman at gmx.net> (Info-mouse-follow-nearest-node): Follow links to different manuals. (Bug#886)
author Glenn Morris <rgm@gnu.org>
date Wed, 10 Sep 2008 02:31:45 +0000
parents 69fc13b4259f
children d80a89c22b11
line wrap: on
line diff
--- a/lisp/info.el	Wed Sep 10 01:36:19 2008 +0000
+++ b/lisp/info.el	Wed Sep 10 02:31:45 2008 +0000
@@ -3099,7 +3099,7 @@
 At end of the node's text, moves to the next node, or up if none."
   (interactive "e")
   (mouse-set-point click)
-  (and (not (Info-try-follow-nearest-node))
+  (and (not (Info-follow-nearest-node))
        (save-excursion (forward-line 1) (eobp))
        (Info-next-preorder)))