From: Eli Zaretskii Date: Fri, 4 Nov 2022 15:21:58 +0000 (+0200) Subject: ; * doc/emacs/search.texi (Lax Search): Improve suggestion. (Bug#58992) X-Git-Tag: emacs-28.3-rc1~14 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=70fb03a49af07bd644e831c7d2e8d219aa910535;p=emacs.git ; * doc/emacs/search.texi (Lax Search): Improve suggestion. (Bug#58992) --- 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