Mercurial > hg > xemacs-beta
diff src/regex.h @ 2639:cd00e5eeb22a
[xemacs-hg @ 2005-03-09 04:59:25 by stephent]
small regex doc patch <876501fmab.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Wed, 09 Mar 2005 04:59:31 +0000 |
parents | ba4677f54a05 |
children | efaa6cd845e5 |
line wrap: on
line diff
--- a/src/regex.h Tue Mar 08 22:51:29 2005 +0000 +++ b/src/regex.h Wed Mar 09 04:59:31 2005 +0000 @@ -357,8 +357,8 @@ when it is matched. */ RE_TRANSLATE_TYPE translate; - /* Number of returnable groups found by the compiler. (This does - not count shy groups.) */ + /* Number of subpatterns (returnable groups) found by the compiler. + (This does not count shy groups.) */ int re_nsub; /* Total number of groups found by the compiler. (Including