emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 0074ed5: * lisp/info.el (Info-search): Fix typo in


From: Paul Eggert
Subject: [Emacs-diffs] master 0074ed5: * lisp/info.el (Info-search): Fix typo in April 1 change.
Date: Wed, 5 Apr 2017 12:43:47 -0400 (EDT)

branch: master
commit 0074ed536b560e60f63aead2ac73ec004d0bcfa2
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * lisp/info.el (Info-search): Fix typo in April 1 change.
---
 lisp/info.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/info.el b/lisp/info.el
index 81e5d29..92e7c24 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]