summaryrefslogtreecommitdiff
path: root/lisp/info.el
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2006-04-09 00:38:22 +0000
committerMiles Bader <miles@gnu.org>2006-04-09 00:38:22 +0000
commite71160dc8a15d0fca612c456d9a7cc5303084931 (patch)
tree93292a9b45e4d2beae9e7e0f536caafb6e63868b /lisp/info.el
parentbfdb9eedf7c444e5778b3bf660783bae9b009189 (diff)
parentb5991a3a3ab9f935c94acfebf1ef1b2e18830d3e (diff)
downloademacs-e71160dc8a15d0fca612c456d9a7cc5303084931.tar.gz
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-54
Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 190-203) - Update from CVS - Undo incorrect merge of etc/images/README from Gnus 5.10 - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 74-80) - Update from CVS - Update from CVS: README: Addition from 5.10.6 tar ball.
Diffstat (limited to 'lisp/info.el')
-rw-r--r--lisp/info.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el
index 1f0d67d31c6..d12b7a01866 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -3044,7 +3044,11 @@ At end of the node's text, moves to the next node, or up if none."
(defun Info-follow-nearest-node (&optional fork)
"Follow a node reference near point.
If point is on a reference, follow that reference. Otherwise,
-if point is in a menu item description, follow that menu item."
+if point is in a menu item description, follow that menu item.
+
+If FORK is non-nil (interactively with a prefix arg), show the node in
+a new Info buffer.
+If FORK is a string, it is the name to use for the new buffer."
(interactive "P")
(or (Info-try-follow-nearest-node fork)
(when (save-excursion