1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

(Info-goto-node): Doc fix.

This commit is contained in:
Eli Zaretskii 2001-09-09 20:09:35 +00:00
parent 58008c3653
commit cfc697a2be
2 changed files with 5 additions and 1 deletions

View 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.

View 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."