From 6716bfa4e5af380fe80ad8fb23be35af2eca06b9 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 8 Apr 2006 10:11:18 +0000 Subject: [PATCH] (Info-follow-nearest-node): Doc fix. --- lisp/ChangeLog | 2 ++ 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 @@ 2006-04-08 Eli Zaretskii + * info.el (Info-follow-nearest-node): Doc fix. + * international/mule-cmds.el (set-locale-environment): Make sure the coding-system preferred by the locale's language has the same 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." If point is on a reference, follow that reference. Otherwise, if point is in a menu item description, follow that menu item. -If fork is non-nil (interactively with a prefix arg), show the node in +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." +If FORK is a string, it is the name to use for the new buffer." (interactive "P") (or (Info-try-follow-nearest-node fork) (when (save-excursion -- 2.39.2