emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 70fb03a49a: ; * doc/emacs/search.texi (Lax Search): Improve sug


From: Eli Zaretskii
Subject: emacs-28 70fb03a49a: ; * doc/emacs/search.texi (Lax Search): Improve suggestion. (Bug#58992)
Date: Fri, 4 Nov 2022 11:22:38 -0400 (EDT)

branch: emacs-28
commit 70fb03a49af07bd644e831c7d2e8d219aa910535
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * doc/emacs/search.texi (Lax Search): Improve suggestion.  (Bug#58992)
---
 doc/emacs/search.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi
index c58cc363ad..7722680885 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]