# HG changeset patch # User Glenn Morris # Date 1221013998 0 # Node ID d80a89c22b1124217a6c71575a454409337b53b5 # Parent 3c5d54685977081af10e3d3800d4ca3e27e2f001 (Info-try-follow-nearest-node): Fix doc typo. diff -r 3c5d54685977 -r d80a89c22b11 lisp/info.el --- a/lisp/info.el Wed Sep 10 02:31:58 2008 +0000 +++ b/lisp/info.el Wed Sep 10 02:33:18 2008 +0000 @@ -3128,7 +3128,7 @@ ;; 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\"`({<>})']+\\)")