emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master be53fe0 1/2: * doc/lispref/searching.texi (Rx Constructs): Group


From: Mattias Engdegård
Subject: master be53fe0 1/2: * doc/lispref/searching.texi (Rx Constructs): Group numbering fix
Date: Wed, 25 Nov 2020 09:46:17 -0500 (EST)

branch: master
commit be53fe0263492a124c9cf01aec50b329287465f9
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    * doc/lispref/searching.texi (Rx Constructs): Group numbering fix
---
 doc/lispref/searching.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi
index 592b876..35a5188 100644
--- a/doc/lispref/searching.texi
+++ b/doc/lispref/searching.texi
@@ -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{})



reply via email to

[Prev in Thread] Current Thread [Next in Thread]