comparison lisp/info.el @ 39213:8ce71cb853c1

(Info-goto-node): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 09 Sep 2001 20:07:21 +0000
parents 341786a2d705
children bd687d055024
comparison
equal deleted inserted replaced
39212:34e0c37a5809 39213:8ce71cb853c1
1037 1037
1038 ;; Go to an info node specified with a filename-and-nodename string 1038 ;; Go to an info node specified with a filename-and-nodename string
1039 ;; of the sort that is found in pointers in nodes. 1039 ;; of the sort that is found in pointers in nodes.
1040 1040
1041 (defun Info-goto-node (nodename &optional fork) 1041 (defun Info-goto-node (nodename &optional fork)
1042 "Go to info node named NAME. Give just NODENAME or (FILENAME)NODENAME. 1042 "Go to info node named NODENAME. Give just NODENAME or (FILENAME)NODENAME.
1043 If FORK is non-nil (interactively with a prefix arg), show the node in 1043 If FORK is non-nil (interactively with a prefix arg), show the node in
1044 a new info buffer. 1044 a new info buffer.
1045 If FORK is a string, it is the name to use for the new buffer." 1045 If FORK is a string, it is the name to use for the new buffer."
1046 (interactive (list (Info-read-node-name "Go to node: ") current-prefix-arg)) 1046 (interactive (list (Info-read-node-name "Go to node: ") current-prefix-arg))
1047 (info-initialize) 1047 (info-initialize)