diff options
author | Kenichi Handa <handa@m17n.org> | 2006-11-27 05:39:36 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2006-11-27 05:39:36 +0000 |
commit | b1e21c64e593b7da84fec9df8c1c069c81b235ae (patch) | |
tree | 70c1bf95e96a9fc36b5eb383430a17ceff272c92 /lisp/language | |
parent | c7606603b578ee21c83a18d32ee97087a23ad170 (diff) | |
download | emacs-b1e21c64e593b7da84fec9df8c1c069c81b235ae.tar.gz |
("Chinese-GBK"): Add tutorial.
("Chinese-GB18030"): Add sample-text and tutorial.
Diffstat (limited to 'lisp/language')
-rw-r--r-- | lisp/language/chinese.el | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lisp/language/chinese.el b/lisp/language/chinese.el index e1295afad7e..302c5f21de1 100644 --- a/lisp/language/chinese.el +++ b/lisp/language/chinese.el @@ -233,7 +233,8 @@ converted to CNS).")) (input-method . "chinese-py-punct") ; fixme? (sample-text . "Chinese ($BCfJ8(B,$BIaDL$A;0(B,$A::So(B) $(D95$B9%(B") (features china-util) - (documentation . "Support for Chinese GBK character set.")) + (documentation . "Support for Chinese GBK character set.") + (tutorial . "TUTORIAL.cn")) '("Chinese")) ;;; Chinese GB18030 @@ -255,9 +256,11 @@ converted to CNS).")) (coding-priority gb18030 gbk iso-2022-cn chinese-big5 chinese-iso-8bit) ; fixme? (input-method . "chinese-py-punct") ; fixme? + (sample-text . "Chinese ($BCfJ8(B,$BIaDL$A;0(B,$A::So(B) $(D0_$B9%(B") (features china-util) (documentation - . "Support for Chinese GB18030 character set.")) + . "Support for Chinese GB18030 character set.") + (tutorial . "TUTORIAL.cn")) '("Chinese")) ;; Fixme: add HKSCS |