comparison lisp/international/mule.el @ 35750:fbb4712321dd

(charset-info): Fix docstring.
author Kenichi Handa <handa@m17n.org>
date Wed, 31 Jan 2001 00:12:02 +0000
parents 79eb2dc0229e
children 8e8e96ebe639
comparison
equal deleted inserted replaced
35749:c23c5efa3a48 35750:fbb4712321dd
136 LEADING-CODE-BASE (integer) is the base leading-code for the 136 LEADING-CODE-BASE (integer) is the base leading-code for the
137 charset. 137 charset.
138 LEADING-CODE-EXT (integer) is the extended leading-code for the 138 LEADING-CODE-EXT (integer) is the extended leading-code for the
139 charset. All charsets of less than 0xA0 has the value 0. 139 charset. All charsets of less than 0xA0 has the value 0.
140 ISO-FINAL-CHAR (character) is the final character of the 140 ISO-FINAL-CHAR (character) is the final character of the
141 corresponding ISO 2022 charset. 141 corresponding ISO 2022 charset. If the charset is not assigned
142 any final character, the value is -1.
142 ISO-GRAPHIC-PLANE (integer) is the graphic plane to be invoked 143 ISO-GRAPHIC-PLANE (integer) is the graphic plane to be invoked
143 while encoding to variants of ISO 2022 coding system, one of the 144 while encoding to variants of ISO 2022 coding system, one of the
144 following: 0/graphic-plane-left(GL), 1/graphic-plane-right(GR). 145 following: 0/graphic-plane-left(GL), 1/graphic-plane-right(GR).
146 If the charset is not assigned any final character, the value is -1.
145 REVERSE-CHARSET (integer) is the charset which differs only in 147 REVERSE-CHARSET (integer) is the charset which differs only in
146 LEFT-TO-RIGHT value from the charset. If there's no such a 148 LEFT-TO-RIGHT value from the charset. If there's no such a
147 charset, the value is -1. 149 charset, the value is -1.
148 SHORT-NAME (string) is the short name to refer to the charset. 150 SHORT-NAME (string) is the short name to refer to the charset.
149 LONG-NAME (string) is the long name to refer to the charset 151 LONG-NAME (string) is the long name to refer to the charset