+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
;; 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\"`({<>})']+\\)")