; * doc/emacs/search.texi (Lax Search): Improve suggestion. (Bug#58992)
This commit is contained in:
parent
5779df0c5b
commit
70fb03a49a
1 changed files with 1 additions and 1 deletions
|
@ -1343,7 +1343,7 @@ Hence, @w{@samp{foo bar}} matches @w{@samp{foo bar}}, @w{@samp{foo@ @
|
|||
bar}}, @w{@samp{foo@ @ @ bar}}, and so on (but not @samp{foobar}). If
|
||||
you want to make spaces match sequences of newlines as well as spaces
|
||||
and tabs, customize the option to make its value be the regular
|
||||
expression @samp{[[:space:]\n]+}. (The default behavior of the
|
||||
expression @samp{[ \t\n]+}. (The default behavior of the
|
||||
incremental regexp search is different; see @ref{Regexp Search}.)
|
||||
|
||||
If you want whitespace characters to match exactly, you can turn lax
|
||||
|
|
Loading…
Add table
Reference in a new issue