changeset 39213:8ce71cb853c1

(Info-goto-node): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 09 Sep 2001 20:07:21 +0000
parents 34e0c37a5809
children dd2b8f794156
files lisp/info.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/info.el	Sat Sep 08 18:02:29 2001 +0000
+++ b/lisp/info.el	Sun Sep 09 20:07:21 2001 +0000
@@ -1039,7 +1039,7 @@
 ;; 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."