aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-04-08 10:11:18 +0000
committerEli Zaretskii2006-04-08 10:11:18 +0000
commit6716bfa4e5af380fe80ad8fb23be35af2eca06b9 (patch)
tree75b103117194b11c9422b031d5cd9013dceeab31
parent569a6374dc85b56c4fc16cec4c5724d71ad02ae6 (diff)
downloademacs-6716bfa4e5af380fe80ad8fb23be35af2eca06b9.tar.gz
emacs-6716bfa4e5af380fe80ad8fb23be35af2eca06b9.zip
(Info-follow-nearest-node): Doc fix.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/info.el4
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 @@
12006-04-08 Eli Zaretskii <eliz@gnu.org> 12006-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."
3046If point is on a reference, follow that reference. Otherwise, 3046If point is on a reference, follow that reference. Otherwise,
3047if point is in a menu item description, follow that menu item. 3047if point is in a menu item description, follow that menu item.
3048 3048
3049If fork is non-nil (interactively with a prefix arg), show the node in 3049If FORK is non-nil (interactively with a prefix arg), show the node in
3050a new Info buffer. 3050a new Info buffer.
3051If fork is a string, it is the name to use for the new buffer." 3051If 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