Mercurial > emacs
changeset 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 | 463a86221cdd |
children | 3c5d54685977 |
files | lisp/info.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)))