summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/info.el2
2 files changed, 5 insertions, 1 deletions
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 <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
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\"`({<>})']+\\)")