doumented for fork in (Info-follow-nearest-node &optional fork)

This commit is contained in:
Ramprasad B 2006-04-03 17:35:59 +00:00
parent c0192ec838
commit 04d6dfe271

View 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