aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2017-04-05 09:43:14 -0700
committerPaul Eggert2017-04-05 09:43:43 -0700
commit0074ed536b560e60f63aead2ac73ec004d0bcfa2 (patch)
tree7b615e7cc22df5e2cbb229480bbef64d5e5c656d
parentf1d34d9136fbf1dc2cf58b5ba36311451f024956 (diff)
downloademacs-0074ed536b560e60f63aead2ac73ec004d0bcfa2.tar.gz
emacs-0074ed536b560e60f63aead2ac73ec004d0bcfa2.zip
* lisp/info.el (Info-search): Fix typo in April 1 change.
-rw-r--r--lisp/info.el2
1 files changed, 1 insertions, 1 deletions
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."
2008 (unless (if backward 2008 (unless (if backward
2009 (re-search-backward regexp nil t) 2009 (re-search-backward regexp nil t)
2010 (re-search-forward regexp nil t)) 2010 (re-search-forward regexp nil t))
2011 (signal 'user-seach-failed (list regexp)))))) 2011 (signal 'user-search-failed (list regexp))))))
2012 2012
2013 (if (and bound (not found)) 2013 (if (and bound (not found))
2014 (signal 'user-search-failed (list regexp))) 2014 (signal 'user-search-failed (list regexp)))