emacs-diffs
[Top][All Lists]
Advanced

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

master 3661694503: * doc/lispref/searching.texi (Rx Constructs): Elabora


From: Mattias Engdegård
Subject: master 3661694503: * doc/lispref/searching.texi (Rx Constructs): Elaborate intent.
Date: Mon, 24 Oct 2022 08:50:05 -0400 (EDT)

branch: master
commit 366169450392c7025665f6477e5062be72c7280f
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    * doc/lispref/searching.texi (Rx Constructs): Elaborate intent.
    
    Suggested by Michael Heerdegen (bug#58727).
---
 doc/lispref/searching.texi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi
index 88b3b83f8e..5a1f44402f 100644
--- a/doc/lispref/searching.texi
+++ b/doc/lispref/searching.texi
@@ -1057,10 +1057,10 @@ means zero or more @code{rx} forms and, unless stated 
otherwise,
 matches these forms in sequence as if wrapped in a @code{(seq @dots{})}
 subform.
 
-These are all valid arguments to
-the @code{rx} macro.  Where the corresponding string
-regexp syntax is given, @var{A}, @var{B}, @dots{} are string regexp
-subexpressions.
+These are all valid arguments to the @code{rx} macro.  All forms are
+defined by their described semantics; the corresponding string regexps
+is provided for orientation, where @var{A}, @var{B}, @dots{}  denote
+(suitably bracketed) string regexp subexpressions.
 
 @subsubheading Literals
 



reply via email to

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