# HG changeset patch # User Eli Zaretskii # Date 1000066041 0 # Node ID 8ce71cb853c13a06201df4ad3f7b5e4a9d629fe8 # Parent 34e0c37a580975c1968feb6abee9d22499a8a598 (Info-goto-node): Doc fix. diff -r 34e0c37a5809 -r 8ce71cb853c1 lisp/info.el --- 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."