diff options
| -rw-r--r-- | lispref/searching.texi | 3 |
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 | |||
| 655 | their number implicitly, based on their position, which can be | 655 | their number implicitly, based on their position, which can be |
| 656 | inconvenient. This construct allows you to force a particular group | 656 | inconvenient. This construct allows you to force a particular group |
| 657 | number. There is no particular restriction on the numbering, | 657 | number. There is no particular restriction on the numbering, |
| 658 | e.g.@: you can have several groups with the same number. | 658 | e.g.@: you can have several groups with the same number in which case |
| 659 | the last one to match (i.e.@: the rightmost match) will win. | ||
| 659 | Implicitly numbered groups always get the smallest integer larger than | 660 | Implicitly numbered groups always get the smallest integer larger than |
| 660 | the one of any previous group. | 661 | the one of any previous group. |
| 661 | 662 | ||