(search-whitespace-regexp): Add a shy group around it.
This commit is contained in:
parent
50099a09c1
commit
7f8e0f51fd
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ string, and RET terminates editing and does a nonincremental search."
|
|||
:type 'boolean
|
||||
:group 'isearch)
|
||||
|
||||
(defcustom search-whitespace-regexp "\\s-+"
|
||||
(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.
|
||||
|
|
Loading…
Add table
Reference in a new issue