diff options
| author | Kenichi Handa | 1999-05-26 08:03:16 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1999-05-26 08:03:16 +0000 |
| commit | 0c01c27ea543191e3158e9d65877abb87b01ecef (patch) | |
| tree | b923183b99489b7d4451cec21e8a052c7adae998 /src | |
| parent | 55f7520a6e5e64dc379a6b9efe2e3b512e1f45d8 (diff) | |
| download | emacs-0c01c27ea543191e3158e9d65877abb87b01ecef.tar.gz emacs-0c01c27ea543191e3158e9d65877abb87b01ecef.zip | |
Fix previous change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/charset.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) */ | |||
| 270 | 270 | ||
| 271 | CHARSET-ID (integer) is the identification number of the charset. | 271 | CHARSET-ID (integer) is the identification number of the charset. |
| 272 | 272 | ||
| 273 | BYTE (integer) is the length of multi-byte form of a character in | 273 | BYTES (integer) is the length of multi-byte form of a character in |
| 274 | the charset: one of 1, 2, 3, and 4. | 274 | the charset: one of 1, 2, 3, and 4. |
| 275 | 275 | ||
| 276 | DIMENSION (integer) is the number of bytes to represent a character: 1 or 2. | 276 | DIMENSION (integer) is the number of bytes to represent a character: 1 or 2. |