mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(search-whitespace-regexp): Doc fix.
This commit is contained in:
parent
77a619127d
commit
e2b992cbc6
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue