aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/isearch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index 754b7cf6fa1..04f8c4464ef 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -151,7 +151,7 @@ string, and RET terminates editing and does a nonincremental search."
151 :type 'boolean 151 :type 'boolean
152 :group 'isearch) 152 :group 'isearch)
153 153
154(defcustom search-whitespace-regexp "\\s-+" 154(defcustom search-whitespace-regexp "\\(?:\\s-+\\)"
155 "*If non-nil, regular expression to match a sequence of whitespace chars. 155 "*If non-nil, regular expression to match a sequence of whitespace chars.
156This applies to regular expression incremental search. 156This applies to regular expression incremental search.
157You might want to use something like \"[ \\t\\r\\n]+\" instead. 157You might want to use something like \"[ \\t\\r\\n]+\" instead.