aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa1999-05-26 07:14:06 +0000
committerKenichi Handa1999-05-26 07:14:06 +0000
commit08b4ace55d5694a246dc5ab331cf4e2a3178e14e (patch)
treef1517e254e704e21cb68bd853e555dc1e3c514f2
parentaf0a735bb7355ea3c080215b64b4eaa72083a4ec (diff)
downloademacs-08b4ace55d5694a246dc5ab331cf4e2a3178e14e.tar.gz
emacs-08b4ace55d5694a246dc5ab331cf4e2a3178e14e.zip
(charset-info): Doc-string for DIRECTION fixed.
-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 d472b260edc..ea08e18032b 100644
--- a/lisp/international/mule.el
+++ b/lisp/international/mule.el
@@ -130,8 +130,8 @@ BYTE (integer) is the length of multi-byte form of a character in
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
133 charset when rendering. If 0, render from right to left, else 133 charset when rendering. If 0, render from left to right, else
134 render from left to right. 134 render from right to left.
135LEADING-CODE-BASE (integer) is the base leading-code for the 135LEADING-CODE-BASE (integer) is the base leading-code for the
136 charset. 136 charset.
137LEADING-CODE-EXT (integer) is the extended leading-code for the 137LEADING-CODE-EXT (integer) is the extended leading-code for the