diff options
| author | Eli Zaretskii | 2001-09-09 20:09:35 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-09-09 20:09:35 +0000 |
| commit | cfc697a2beffc0b0e50e83609cc86df0ec306330 (patch) | |
| tree | 9780c526acef14c21287727972f6568f59edf790 | |
| parent | 58008c365344fd3d61aa0d0fab2bc50c91530280 (diff) | |
| download | emacs-cfc697a2beffc0b0e50e83609cc86df0ec306330.tar.gz emacs-cfc697a2beffc0b0e50e83609cc86df0ec306330.zip | |
(Info-goto-node): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/info.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dc4b8e4f202..2ec248e4f0f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * info.el (Info-goto-node): Doc fix. | ||
| 4 | |||
| 1 | 2001-09-07 Gerd Moellmann <gerd@gnu.org> | 5 | 2001-09-07 Gerd Moellmann <gerd@gnu.org> |
| 2 | 6 | ||
| 3 | * isearch.el (isearch-intersects-p): New function. | 7 | * 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." | |||
| 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." |