]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/info.el (Info-search): Fix typo in April 1 change.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 5 Apr 2017 16:43:14 +0000 (09:43 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 5 Apr 2017 16:43:43 +0000 (09:43 -0700)
lisp/info.el

index 81e5d29f827e73b2b9d75dd8a65a3f443ecae597..92e7c24ab1d353ea6b593f973f40e9d5f9ca94d0 100644 (file)
@@ -2008,7 +2008,7 @@ If DIRECTION is `backward', search in the reverse direction."
             (unless (if backward
                         (re-search-backward regexp nil t)
                       (re-search-forward regexp nil t))
-              (signal 'user-seach-failed (list regexp))))))
+              (signal 'user-search-failed (list regexp))))))
 
       (if (and bound (not found))
           (signal 'user-search-failed (list regexp)))