diff options
| author | Kenichi Handa | 1999-05-26 08:05:50 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1999-05-26 08:05:50 +0000 |
| commit | aa8bb64501f54da6bd1a4c8cea4e13b999eda353 (patch) | |
| tree | a904273cbc97edb01816f3c68d666856bf95eb93 | |
| parent | 0c01c27ea543191e3158e9d65877abb87b01ecef (diff) | |
| download | emacs-aa8bb64501f54da6bd1a4c8cea4e13b999eda353.tar.gz emacs-aa8bb64501f54da6bd1a4c8cea4e13b999eda353.zip | |
(charset-info): Fix previous change.
| -rw-r--r-- | lisp/international/mule.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index ea08e18032b..bcc4aba74c9 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el | |||
| @@ -122,11 +122,11 @@ The elements of the vector are: | |||
| 122 | PLIST, | 122 | PLIST, |
| 123 | where | 123 | where |
| 124 | CHARSET-ID (integer) is the identification number of the charset. | 124 | CHARSET-ID (integer) is the identification number of the charset. |
| 125 | BYTES (integer) is the length of multi-byte form of a character in | ||
| 126 | the charset: one of 1, 2, 3, and 4. | ||
| 125 | DIMENSION (integer) is the number of bytes to represent a character of | 127 | DIMENSION (integer) is the number of bytes to represent a character of |
| 126 | the charset: 1 or 2. | 128 | the charset: 1 or 2. |
| 127 | CHARS (integer) is the number of characters in a dimension: 94 or 96. | 129 | CHARS (integer) is the number of characters in a dimension: 94 or 96. |
| 128 | BYTE (integer) is the length of multi-byte form of a character in | ||
| 129 | the charset: one of 1, 2, 3, and 4. | ||
| 130 | WIDTH (integer) is the number of columns a character in the charset | 130 | WIDTH (integer) is the number of columns a character in the charset |
| 131 | occupies on the screen: one of 0, 1, and 2. | 131 | occupies on the screen: one of 0, 1, and 2. |
| 132 | DIRECTION (integer) is the rendering direction of characters in the | 132 | DIRECTION (integer) is the rendering direction of characters in the |