(Info-follow-nearest-node): Doc fix.
This commit is contained in:
parent
569a6374dc
commit
6716bfa4e5
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
2006-04-08 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* 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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue