]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-try-follow-nearest-node): Fix doc typo.
authorGlenn Morris <rgm@gnu.org>
Wed, 10 Sep 2008 02:33:29 +0000 (02:33 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 10 Sep 2008 02:33:29 +0000 (02:33 +0000)
lisp/ChangeLog
lisp/info.el

index cdfdcc4a95aefdb55aa15f050012fb399388a2f4..027adaf56b74644b24340ab0450e249729f27d9a 100644 (file)
@@ -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
index 930a3e65ec2e1cc0ceeb593010b07a4fe1cd0d71..ac04643d0fa4c56470b64c544eccc029d7b59110 100644 (file)
@@ -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 ipassed to `Info-goto-node'."
   (let (node)
     (cond
      ((Info-get-token (point) "[hf]t?tps?://" "[hf]t?tps?://\\([^ \t\n\"`({<>})']+\\)")