diff options
Diffstat (limited to 'src/regex-emacs.c')
-rw-r--r-- | src/regex-emacs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex-emacs.c b/src/regex-emacs.c index 6b2fa5df037..2dca0d16ad9 100644 --- a/src/regex-emacs.c +++ b/src/regex-emacs.c @@ -223,7 +223,7 @@ typedef enum is followed by a range table: 2 bytes of flags for character sets (low 8 bits, high 8 bits) See RANGE_TABLE_WORK_BITS below. - 2 bytes, the number of pairs that follow (upto 32767) + 2 bytes, the number of pairs that follow (up to 32767) pairs, each 2 multibyte characters, each multibyte character represented as 3 bytes. */ charset, |