* doc/lispref/searching.texi (Rx Constructs): Elaborate intent.
Suggested by Michael Heerdegen (bug#58727).
This commit is contained in:
parent
eb3f8d1b64
commit
3661694503
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue