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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el
Date: Sat, 08 Apr 2006 10:10:35 +0000

Index: emacs/lisp/info.el
diff -u emacs/lisp/info.el:1.482 emacs/lisp/info.el:1.483
--- emacs/lisp/info.el:1.482    Mon Apr  3 17:35:59 2006
+++ emacs/lisp/info.el  Sat Apr  8 10:10:35 2006
@@ -3046,9 +3046,9 @@
 If point is on a reference, follow that reference.  Otherwise,
 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
+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."
+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]