diff options
| author | Eli Zaretskii | 2006-04-08 10:11:18 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-04-08 10:11:18 +0000 |
| commit | 6716bfa4e5af380fe80ad8fb23be35af2eca06b9 (patch) | |
| tree | 75b103117194b11c9422b031d5cd9013dceeab31 | |
| parent | 569a6374dc85b56c4fc16cec4c5724d71ad02ae6 (diff) | |
| download | emacs-6716bfa4e5af380fe80ad8fb23be35af2eca06b9.tar.gz emacs-6716bfa4e5af380fe80ad8fb23be35af2eca06b9.zip | |
(Info-follow-nearest-node): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/info.el | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 997fe506661..211152283e3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2006-04-08 Eli Zaretskii <eliz@gnu.org> | 1 | 2006-04-08 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * info.el (Info-follow-nearest-node): Doc fix. | ||
| 4 | |||
| 3 | * international/mule-cmds.el (set-locale-environment): Make sure | 5 | * international/mule-cmds.el (set-locale-environment): Make sure |
| 4 | the coding-system preferred by the locale's language has the same | 6 | the coding-system preferred by the locale's language has the same |
| 5 | EOL conversion type as the original buffer-file-coding-system. | 7 | EOL conversion type as the original buffer-file-coding-system. |
diff --git a/lisp/info.el b/lisp/info.el index 3c4dbfd564a..163441893db 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -3046,9 +3046,9 @@ At end of the node's text, moves to the next node, or up if none." | |||
| 3046 | If point is on a reference, follow that reference. Otherwise, | 3046 | If point is on a reference, follow that reference. Otherwise, |
| 3047 | if point is in a menu item description, follow that menu item. | 3047 | if point is in a menu item description, follow that menu item. |
| 3048 | 3048 | ||
| 3049 | If fork is non-nil (interactively with a prefix arg), show the node in | 3049 | If FORK is non-nil (interactively with a prefix arg), show the node in |
| 3050 | a new Info buffer. | 3050 | a new Info buffer. |
| 3051 | If fork is a string, it is the name to use for the new buffer." | 3051 | If FORK is a string, it is the name to use for the new buffer." |
| 3052 | (interactive "P") | 3052 | (interactive "P") |
| 3053 | (or (Info-try-follow-nearest-node fork) | 3053 | (or (Info-try-follow-nearest-node fork) |
| 3054 | (when (save-excursion | 3054 | (when (save-excursion |