From: Mattias EngdegÄrd Date: Mon, 24 Oct 2022 12:46:24 +0000 (+0200) Subject: * doc/lispref/searching.texi (Rx Constructs): Elaborate intent. X-Git-Tag: emacs-29.0.90~1616^2~484 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=366169450392c7025665f6477e5062be72c7280f;p=emacs.git * doc/lispref/searching.texi (Rx Constructs): Elaborate intent. Suggested by Michael Heerdegen (bug#58727). --- diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi index 88b3b83f8eb..5a1f44402fd 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