aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa1999-05-26 08:05:50 +0000
committerKenichi Handa1999-05-26 08:05:50 +0000
commitaa8bb64501f54da6bd1a4c8cea4e13b999eda353 (patch)
treea904273cbc97edb01816f3c68d666856bf95eb93
parent0c01c27ea543191e3158e9d65877abb87b01ecef (diff)
downloademacs-aa8bb64501f54da6bd1a4c8cea4e13b999eda353.tar.gz
emacs-aa8bb64501f54da6bd1a4c8cea4e13b999eda353.zip
(charset-info): Fix previous change.
-rw-r--r--lisp/international/mule.el4
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,
123where 123where
124CHARSET-ID (integer) is the identification number of the charset. 124CHARSET-ID (integer) is the identification number of the charset.
125BYTES (integer) is the length of multi-byte form of a character in
126 the charset: one of 1, 2, 3, and 4.
125DIMENSION (integer) is the number of bytes to represent a character of 127DIMENSION (integer) is the number of bytes to represent a character of
126the charset: 1 or 2. 128the charset: 1 or 2.
127CHARS (integer) is the number of characters in a dimension: 94 or 96. 129CHARS (integer) is the number of characters in a dimension: 94 or 96.
128BYTE (integer) is the length of multi-byte form of a character in
129 the charset: one of 1, 2, 3, and 4.
130WIDTH (integer) is the number of columns a character in the charset 130WIDTH (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.
132DIRECTION (integer) is the rendering direction of characters in the 132DIRECTION (integer) is the rendering direction of characters in the