aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/searching.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/searching.texi b/lispref/searching.texi
index f923a58f112..70926478ea7 100644
--- a/lispref/searching.texi
+++ b/lispref/searching.texi
@@ -655,7 +655,8 @@ is the @dfn{explicitly numbered group} construct. Normal groups get
655their number implicitly, based on their position, which can be 655their number implicitly, based on their position, which can be
656inconvenient. This construct allows you to force a particular group 656inconvenient. This construct allows you to force a particular group
657number. There is no particular restriction on the numbering, 657number. There is no particular restriction on the numbering,
658e.g.@: you can have several groups with the same number. 658e.g.@: you can have several groups with the same number in which case
659the last one to match (i.e.@: the rightmost match) will win.
659Implicitly numbered groups always get the smallest integer larger than 660Implicitly numbered groups always get the smallest integer larger than
660the one of any previous group. 661the one of any previous group.
661 662