(Info-try-follow-nearest-node): Fix doc typo.

This commit is contained in:
Glenn Morris 2008-09-10 02:33:29 +00:00
parent e246983589
commit 7d1ac20665
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-09-10 Glenn Morris <rgm@gnu.org>
* info.el (Info-try-follow-nearest-node): Fix doc typo.
2008-09-10 Stephen Berman <stephen.berman@gmx.net>
* info.el (Info-mouse-follow-nearest-node): Follow links to different

View file

@ -3128,7 +3128,7 @@ If FORK is a string, it is the name to use for the new buffer."
;; Common subroutine.
(defun Info-try-follow-nearest-node (&optional fork)
"Follow a node reference near point. Return non-nil if successful.
If FORK is non-nil, it i spassed to `Info-goto-node'."
If FORK is non-nil, it is passed to `Info-goto-node'."
(let (node)
(cond
((Info-get-token (point) "[hf]t?tps?://" "[hf]t?tps?://\\([^ \t\n\"`({<>})']+\\)")