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