diff lisp/info.el @ 98118:d80a89c22b11

(Info-try-follow-nearest-node): Fix doc typo.
author Glenn Morris <rgm@gnu.org>
date Wed, 10 Sep 2008 02:33:18 +0000
parents 10a380ea8509
children c792a9e621a1
line wrap: on
line diff
--- 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\"`({<>})']+\\)")