]> code.delx.au - gnu-emacs/commitdiff
(Info-goto-node): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sun, 9 Sep 2001 20:09:35 +0000 (20:09 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 9 Sep 2001 20:09:35 +0000 (20:09 +0000)
lisp/ChangeLog
lisp/info.el

index dc4b8e4f2027ba428ba549c8b45924c4aacfbd91..2ec248e4f0f27c15cd643b9702a2f4e12c4875ab 100644 (file)
@@ -1,3 +1,7 @@
+2001-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * info.el (Info-goto-node): Doc fix.
+
 2001-09-07  Gerd Moellmann  <gerd@gnu.org>
 
        * isearch.el (isearch-intersects-p): New function.
index 29b34632d527bb043dee369806a46b8d892eeb9a..b7464670fdfacc34097b43de185eb6d453d03660 100644 (file)
@@ -1039,7 +1039,7 @@ Bind this in case the user sets it to nil."
 ;; of the sort that is found in pointers in nodes.
 
 (defun Info-goto-node (nodename &optional fork)
-  "Go to info node named NAME.  Give just NODENAME or (FILENAME)NODENAME.
+  "Go to info node named NODENAME.  Give just NODENAME or (FILENAME)NODENAME.
 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."