From 366169450392c7025665f6477e5062be72c7280f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Mon, 24 Oct 2022 14:46:24 +0200 Subject: [PATCH] * 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 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 -- 2.39.5