diff options
author | Kenichi Handa <handa@m17n.org> | 2007-12-06 07:28:58 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2007-12-06 07:28:58 +0000 |
commit | 1376eeae110e8a69b2366ec088184f930efb83a3 (patch) | |
tree | 1e45e5a031403096ccd2ec626516ef707f453ba9 | |
parent | b6381d6ccf674ef8f711e8cb2b6084d241a2b669 (diff) | |
download | emacs-1376eeae110e8a69b2366ec088184f930efb83a3.tar.gz |
(define-charset): Update the docstring for
:supplementary-p.
-rw-r--r-- | lisp/international/mule.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 83468d25916..6b90aa8f840 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -160,8 +160,9 @@ compatible with ASCII, i.e. the first 128 code points map to ASCII. `:supplementary-p' VALUE must be nil or t. If the VALUE is t, the charset is -supplementary, which means it is used only as a parent of some other -charset. +supplementary, which means it is used only as a parent or a +subset of some other charset, or it is provided just for backward +compatibility. `:invalid-code' |