changeset 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 3c5d54685977
children 948ac92dc367
files lisp/info.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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\"`({<>})']+\\)")