* lisp/info.el (Info-search): Fix typo in April 1 change.

This commit is contained in:
Paul Eggert 2017-04-05 09:43:14 -07:00
parent f1d34d9136
commit 0074ed536b

View 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)))