diff options
| -rw-r--r-- | lisp/info.el | 2 |
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))) |