]> git.eshelyaron.com Git - emacs.git/commitdiff
(explicitly numbered group): Precise the behavior.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 13 Jun 2007 17:49:14 +0000 (17:49 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 13 Jun 2007 17:49:14 +0000 (17:49 +0000)
lispref/searching.texi

index f923a58f1125f1cd26cd1a4abaad62d5ea689635..70926478ea7a749b7c81a790b288a3e09d5f8a01 100644 (file)
@@ -655,7 +655,8 @@ is the @dfn{explicitly numbered group} construct.  Normal groups get
 their number implicitly, based on their position, which can be
 inconvenient.  This construct allows you to force a particular group
 number.  There is no particular restriction on the numbering,
-e.g.@: you can have several groups with the same number.
+e.g.@: you can have several groups with the same number in which case
+the last one to match (i.e.@: the rightmost match) will win.
 Implicitly numbered groups always get the smallest integer larger than
 the one of any previous group.