From: Paul Eggert Date: Wed, 5 Apr 2017 16:43:14 +0000 (-0700) Subject: * lisp/info.el (Info-search): Fix typo in April 1 change. X-Git-Tag: emacs-26.0.90~521^2~723 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0074ed536b560e60f63aead2ac73ec004d0bcfa2;p=emacs.git * lisp/info.el (Info-search): Fix typo in April 1 change. --- diff --git a/lisp/info.el b/lisp/info.el index 81e5d29f827..92e7c24ab1d 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)))