diff options
author | Chong Yidong <cyd@gnu.org> | 2012-08-26 12:08:32 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-08-26 12:08:32 +0800 |
commit | 2db8bdfcc89dafc7b273bcc9b5eba2233d1148b6 (patch) | |
tree | e0c2035ce8e7c96d8138ce5f0ab4be2b5713914c /lisp | |
parent | dd7ffad60f9e52590f4e6e352e8f861c6a5d13f0 (diff) | |
download | emacs-2db8bdfcc89dafc7b273bcc9b5eba2233d1148b6.tar.gz |
Doc fix for last change.
Diffstat (limited to 'lisp')
-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. Type \\[isearch-describe-mode] to display documentation of Isearch mode. In incremental searches, a space or spaces normally matches any -whitespace; see the variable `search-whitespace-regexp'. To -search for a literal space and nothing else, enter C-q SPC. +whitespace; see the variable `search-whitespace-regexp'. If an input method is turned on in the current buffer, that input method is also active while you are typing characters to search. |