* doc/lispref/searching.texi (Rx Constructs): Group numbering fix
This commit is contained in:
parent
20f9645898
commit
be53fe0263
1 changed files with 2 additions and 2 deletions
|
@ -1484,8 +1484,8 @@ Corresponding string regexp: @samp{\_>}
|
|||
@cindex @code{submatch} in rx
|
||||
Match the @var{rx}s, making the matched text and position accessible
|
||||
in the match data. The first group in a regexp is numbered 1;
|
||||
subsequent groups will be numbered one higher than the previous
|
||||
group.@*
|
||||
subsequent groups will be numbered one above the previously
|
||||
highest-numbered group in the pattern so far.@*
|
||||
Corresponding string regexp: @samp{\(@dots{}\)}
|
||||
|
||||
@item (group-n @var{n} @var{rx}@dots{})
|
||||
|
|
Loading…
Add table
Reference in a new issue