]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/emacs/search.texi (Lax Search): Improve suggestion. (Bug#58992)
authorEli Zaretskii <eliz@gnu.org>
Fri, 4 Nov 2022 15:21:58 +0000 (17:21 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 4 Nov 2022 15:21:58 +0000 (17:21 +0200)
doc/emacs/search.texi

index c58cc363ad2423231320bf3571dc387d55ea0e7c..772268088594a910eaced4fb67d5a489207ec9d3 100644 (file)
@@ -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