summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-11-04 17:21:58 +0200
committerEli Zaretskii <eliz@gnu.org>2022-11-04 17:21:58 +0200
commit70fb03a49af07bd644e831c7d2e8d219aa910535 (patch)
tree466644d7bac7420ed05df0e04f215e347fabc988
parent5779df0c5bb7b1805196c09948be24bd5531a4b4 (diff)
downloademacs-70fb03a49af07bd644e831c7d2e8d219aa910535.tar.gz
; * doc/emacs/search.texi (Lax Search): Improve suggestion. (Bug#58992)
-rw-r--r--doc/emacs/search.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi
index c58cc363ad2..77226808859 100644
--- a/doc/emacs/search.texi
+++ b/doc/emacs/search.texi
@@ -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