summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/isearch.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index c0196113bcd..f5c495171f8 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -152,6 +152,7 @@ string, and RET terminates editing and does a nonincremental search."
(defcustom search-whitespace-regexp "\\s-+"
"*If non-nil, regular expression to match a sequence of whitespace chars.
+This applies to regular expression incremental search.
You might want to use something like \"[ \\t\\r\\n]+\" instead."
:type 'regexp
:group 'isearch)