1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(Info-try-follow-nearest-node): Doc fix.

This commit is contained in:
Richard M. Stallman 2006-07-12 16:04:46 +00:00
parent fea7b5149b
commit 8aed3f67d3

View File

@ -3077,7 +3077,8 @@ 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."
"Follow a node reference near point. Return non-nil if successful.
If FORK is non-nil, it i spassed to `Info-goto-node'."
(let (node)
(cond
((Info-get-token (point) "[hf]t?tp://" "[hf]t?tp://\\([^ \t\n\"`({<>})']+\\)")