From: Glenn Morris Date: Wed, 10 Sep 2008 02:33:29 +0000 (+0000) Subject: (Info-try-follow-nearest-node): Fix doc typo. X-Git-Tag: emacs-pretest-23.0.90~2936 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7d1ac20665e05f5f21aadd679d09a931d9af40e0;p=emacs.git (Info-try-follow-nearest-node): Fix doc typo. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cdfdcc4a95a..027adaf56b7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-09-10 Glenn Morris + + * info.el (Info-try-follow-nearest-node): Fix doc typo. + 2008-09-10 Stephen Berman * info.el (Info-mouse-follow-nearest-node): Follow links to different diff --git a/lisp/info.el b/lisp/info.el index 930a3e65ec2..ac04643d0fa 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -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\"`({<>})']+\\)")