]> git.eshelyaron.com Git - emacs.git/commitdiff
doumented for fork in (Info-follow-nearest-node &optional fork)
authorRamprasad B <ramprasad_i82@yahoo.com>
Mon, 3 Apr 2006 17:35:59 +0000 (17:35 +0000)
committerRamprasad B <ramprasad_i82@yahoo.com>
Mon, 3 Apr 2006 17:35:59 +0000 (17:35 +0000)
lisp/info.el

index a4cae9499771a72d16abcee22bfe0d29cc32d6f4..3c4dbfd564a0eb843882771bc0381f60500e9517 100644 (file)
@@ -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