From 0c01c27ea543191e3158e9d65877abb87b01ecef Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 26 May 1999 08:03:16 +0000 Subject: [PATCH] Fix previous change. --- src/charset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/charset.h b/src/charset.h index 0e6b329fbfc..d385e05bbb6 100644 --- a/src/charset.h +++ b/src/charset.h @@ -270,7 +270,7 @@ extern int charset_big5_2; /* Big5 Level 2 (Chinese Traditional) */ CHARSET-ID (integer) is the identification number of the charset. - BYTE (integer) is the length of multi-byte form of a character in + BYTES (integer) is the length of multi-byte form of a character in the charset: one of 1, 2, 3, and 4. DIMENSION (integer) is the number of bytes to represent a character: 1 or 2. -- 2.39.5