From 7d1ac20665e05f5f21aadd679d09a931d9af40e0 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 10 Sep 2008 02:33:29 +0000 Subject: [PATCH] (Info-try-follow-nearest-node): Fix doc typo. --- lisp/ChangeLog | 4 ++++ lisp/info.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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\"`({<>})']+\\)") -- 2.39.5