Mercurial > emacs
changeset 81378:3e8cb1480830
(explicitly numbered group): Precise the behavior.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 13 Jun 2007 17:49:14 +0000 |
parents | 38538b82a02b |
children | fa58a242b75e |
files | lispref/searching.texi |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/searching.texi Wed Jun 13 17:37:39 2007 +0000 +++ b/lispref/searching.texi Wed Jun 13 17:49:14 2007 +0000 @@ -655,7 +655,8 @@ 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.