[bug #696771] Remove misleading parenthetical aside

This commit is contained in:
Andrew M. Kuchling 2003-03-04 14:07:51 +00:00
parent b4329f3f62
commit 85f3227a74
1 changed files with 0 additions and 2 deletions

View File

@ -313,8 +313,6 @@ the space after the group). This special sequence can only be used to
match one of the first 99 groups. If the first digit of \var{number}
is 0, or \var{number} is 3 octal digits long, it will not be interpreted
as a group match, but as the character with octal value \var{number}.
(There is a group 0, which is the entire matched pattern, but it can't
be referenced with \regexp{\e 0}; instead, use \regexp{\e g<0>}.)
Inside the \character{[} and \character{]} of a character class, all numeric
escapes are treated as characters.