comparison lisp/international/mule.el @ 91196:0243246adece

(define-charset): Update the docstring for :supplementary-p.
author Kenichi Handa <handa@m17n.org>
date Thu, 06 Dec 2007 07:28:58 +0000
parents bdb3fe0ba9fa
children 606f2d163a64
comparison
equal deleted inserted replaced
91195:24adc06a08d0 91196:0243246adece
158 compatible with ASCII, i.e. the first 128 code points map to ASCII. 158 compatible with ASCII, i.e. the first 128 code points map to ASCII.
159 159
160 `:supplementary-p' 160 `:supplementary-p'
161 161
162 VALUE must be nil or t. If the VALUE is t, the charset is 162 VALUE must be nil or t. If the VALUE is t, the charset is
163 supplementary, which means it is used only as a parent of some other 163 supplementary, which means it is used only as a parent or a
164 charset. 164 subset of some other charset, or it is provided just for backward
165 compatibility.
165 166
166 `:invalid-code' 167 `:invalid-code'
167 168
168 VALUE must be a nonnegative integer that can be used as an invalid 169 VALUE must be a nonnegative integer that can be used as an invalid
169 code point of the charset. If the minimum code is 0 and the maximum 170 code point of the charset. If the minimum code is 0 and the maximum