emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Add Chinese TUTORIAL to help-with-tutorial-spec-language


From: Chunyu Wang
Subject: Add Chinese TUTORIAL to help-with-tutorial-spec-language
Date: Sat, 13 Sep 2003 13:13:50 +0800
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Tow Chinese TUTORIAL (gb2312 and big5) has been translated before
several month by address@hidden 

   emacs/etc/TUTORIAL.cn  gb2312
   emacs/etc/TUTORIAL.zh  big5

But help-with-tutorial-spec-language doesn't display them. So I changed
the emacs/lisp/language/chinese.el to add them.

Index: chinese.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/language/chinese.el,v
retrieving revision 1.28
diff -u -r1.28 chinese.el
--- chinese.el  1 Sep 2003 15:45:29 -0000       1.28
+++ chinese.el  13 Sep 2003 04:55:12 -0000
@@ -118,7 +118,8 @@
                (input-method . "chinese-py-punct")
                (features china-util)
                (sample-text . "Chinese (中文,普通话,汉语)     你好")
-               (documentation . "Support for Chinese GB2312 character set."))
+               (documentation . "Support for Chinese GB2312 character set.")
+               (tutorial . "TUTORIAL.cn"))
  '("Chinese"))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -162,7 +163,8 @@
                  (input-method . "chinese-py-punct-b5")
                  (features china-util)
                  (sample-text . "Cantonese (粵語,廣東話)    早晨, 你好")
-                 (documentation . "Support for Chinese Big5 character set."))
+                 (documentation . "Support for Chinese Big5 character set.")
+                 (tutorial . "TUTORIAL.zh"))
  '("Chinese"))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


-- 
Harbin Institute of Technology, China.
Chunyu Wang <address@hidden>.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]