diff options
| -rw-r--r-- | lisp/isearch.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el index 142228bea16..4fd6a1a14dc 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu> | 5 | ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu> |
| 6 | 6 | ||
| 7 | ;; |$Date: 1993/05/18 15:46:30 $|$Revision: 1.35 $ | 7 | ;; |$Date: 1993/05/19 04:44:42 $|$Revision: 1.36 $ |
| 8 | 8 | ||
| 9 | ;; This file is not yet part of GNU Emacs, but it is based almost | 9 | ;; This file is not yet part of GNU Emacs, but it is based almost |
| 10 | ;; entirely on isearch.el which is part of GNU Emacs. | 10 | ;; entirely on isearch.el which is part of GNU Emacs. |
| @@ -408,7 +408,6 @@ Type \\[isearch-yank-word] to yank word from buffer onto end of search\ | |||
| 408 | Type \\[isearch-yank-line] to yank rest of line onto end of search string\ | 408 | Type \\[isearch-yank-line] to yank rest of line onto end of search string\ |
| 409 | and search for it. | 409 | and search for it. |
| 410 | Type \\[isearch-quote-char] to quote control character to search for it. | 410 | Type \\[isearch-quote-char] to quote control character to search for it. |
| 411 | Type \\[isearch-whitespace-chars] to match all whitespace chars in regexp. | ||
| 412 | \\[isearch-abort] while searching or when search has failed cancels input\ | 411 | \\[isearch-abort] while searching or when search has failed cancels input\ |
| 413 | back to what has | 412 | back to what has |
| 414 | been found successfully. | 413 | been found successfully. |