From: Ramprasad B Date: Mon, 3 Apr 2006 17:35:59 +0000 (+0000) Subject: doumented for fork in (Info-follow-nearest-node &optional fork) X-Git-Tag: emacs-pretest-22.0.90~3339 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=04d6dfe271ef5174500ab4cd3786020e7b8700b6;p=emacs.git doumented for fork in (Info-follow-nearest-node &optional fork) --- diff --git a/lisp/info.el b/lisp/info.el index a4cae949977..3c4dbfd564a 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