Add some search-whitespace-regexp examples
* lisp/isearch.el (search-whitespace-regexp): Add some alternatives in the defcustom.
This commit is contained in:
parent
d15c430a84
commit
c1a1339526
1 changed files with 2 additions and 0 deletions
|
@ -133,6 +133,8 @@ tab, a carriage return (control-M), a newline, and `]+'. Don't
|
|||
add any capturing groups into this value; that can change the
|
||||
numbering of existing capture groups in unexpected ways."
|
||||
:type '(choice (const :tag "Match Spaces Literally" nil)
|
||||
(const :tag "Tabs and spaces" "[ \t]+")
|
||||
(const :tag "Tabs, spaces and line breaks" "[ \t\n]+")
|
||||
regexp)
|
||||
:version "28.1")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue