From: Eli Zaretskii Date: Sun, 9 Sep 2001 20:09:35 +0000 (+0000) Subject: (Info-goto-node): Doc fix. X-Git-Tag: emacs-pretest-21.0.106~175 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cfc697a2beffc0b0e50e83609cc86df0ec306330;p=emacs.git (Info-goto-node): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dc4b8e4f202..2ec248e4f0f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-09-09 Eli Zaretskii + + * info.el (Info-goto-node): Doc fix. + 2001-09-07 Gerd Moellmann * isearch.el (isearch-intersects-p): New function. diff --git a/lisp/info.el b/lisp/info.el index 29b34632d52..b7464670fdf 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -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."