]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/searching.texi (Rx Constructs): Elaborate intent.
authorMattias Engdegård <mattiase@acm.org>
Mon, 24 Oct 2022 12:46:24 +0000 (14:46 +0200)
committerMattias Engdegård <mattiase@acm.org>
Mon, 24 Oct 2022 12:46:24 +0000 (14:46 +0200)
Suggested by Michael Heerdegen (bug#58727).

doc/lispref/searching.texi

index 88b3b83f8eb7cd6d9683bdc38c898f129bf817de..5a1f44402fdd8f0deee71e86e394b558aba8c685 100644 (file)
@@ -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