(Info-mouse-follow-nearest-node): Follow links to different manuals. (Bug#886)
+2008-09-10 Stephen Berman <stephen.berman@gmx.net>
+
+ * info.el (Info-mouse-follow-nearest-node): Follow links to different
+ manuals. (Bug#886)
+
2008-09-09 Juanma Barranquero <lekktu@gmail.com>
* ido.el (ido-unload-function): New function.
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)))