emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/info.el


From: Ramprasad B
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el
Date: Mon, 03 Apr 2006 17:35:59 +0000

Index: emacs/lisp/info.el
diff -u emacs/lisp/info.el:1.481 emacs/lisp/info.el:1.482
--- emacs/lisp/info.el:1.481    Sat Mar 11 22:35:18 2006
+++ emacs/lisp/info.el  Mon Apr  3 17:35:59 2006
@@ -3044,7 +3044,11 @@
 (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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]