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 27d35045ade..6ea8d86336a 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el | |||
| @@ -703,8 +703,7 @@ Type \\[isearch-describe-key] to display documentation of Isearch key. | |||
| 703 | Type \\[isearch-describe-mode] to display documentation of Isearch mode. | 703 | Type \\[isearch-describe-mode] to display documentation of Isearch mode. |
| 704 | 704 | ||
| 705 | In incremental searches, a space or spaces normally matches any | 705 | In incremental searches, a space or spaces normally matches any |
| 706 | whitespace; see the variable `search-whitespace-regexp'. To | 706 | whitespace; see the variable `search-whitespace-regexp'. |
| 707 | search for a literal space and nothing else, enter C-q SPC. | ||
| 708 | 707 | ||
| 709 | If an input method is turned on in the current buffer, that input | 708 | If an input method is turned on in the current buffer, that input |
| 710 | method is also active while you are typing characters to search. | 709 | method is also active while you are typing characters to search. |