# HG changeset patch # User Richard M. Stallman # Date 1152720286 0 # Node ID ede3900365e448bf63d009aec5131faf8025a281 # Parent 81b8b2bb63de77ce9e63870198db41bdc2c3b151 (Info-try-follow-nearest-node): Doc fix. diff -r 81b8b2bb63de -r ede3900365e4 lisp/info.el --- a/lisp/info.el Wed Jul 12 16:04:23 2006 +0000 +++ b/lisp/info.el Wed Jul 12 16:04:46 2006 +0000 @@ -3077,7 +3077,8 @@ ;; 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\"`({<>})']+\\)")