aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-06-07 05:54:32 +0000
committerRichard M. Stallman1997-06-07 05:54:32 +0000
commitcff1677f4809b986836ef1d86a0151ca4ec74e29 (patch)
treef88fb1f93e0280d5177f3924aa6267ed54b626d0
parent101496b1594b42f468cc51fe60807328d8f2ef87 (diff)
downloademacs-cff1677f4809b986836ef1d86a0151ca4ec74e29.tar.gz
emacs-cff1677f4809b986836ef1d86a0151ca4ec74e29.zip
(describe-chinese-environment-map):
Renamed from describe-chinese-support-map.
-rw-r--r--lisp/language/chinese.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/language/chinese.el b/lisp/language/chinese.el
index 637253277aa..f1f41f37a18 100644
--- a/lisp/language/chinese.el
+++ b/lisp/language/chinese.el
@@ -46,9 +46,9 @@
46 46
47(define-coding-system-alias 'iso-2022-cn 'iso-2022-cn-ext) 47(define-coding-system-alias 'iso-2022-cn 'iso-2022-cn-ext)
48 48
49(define-prefix-command 'describe-chinese-support-map) 49(define-prefix-command 'describe-chinese-environment-map)
50(define-key-after describe-language-support-map [Chinese] 50(define-key-after describe-language-environment-map [Chinese]
51 '("Chinese" . describe-chinese-support-map) 51 '("Chinese" . describe-chinese-environment-map)
52 t) 52 t)
53 53
54(define-prefix-command 'setup-chinese-environment-map) 54(define-prefix-command 'setup-chinese-environment-map)
@@ -116,7 +116,7 @@
116 (coding-system . (cn-gb-2312 hz-gb-2312 iso-2022-cn)) 116 (coding-system . (cn-gb-2312 hz-gb-2312 iso-2022-cn))
117 (sample-text . "Chinese ($AVPND(B,$AFUM(;0(B,$A::So(B) $ADc:C(B") 117 (sample-text . "Chinese ($AVPND(B,$AFUM(;0(B,$A::So(B) $ADc:C(B")
118 (documentation . ("Support for Chinese GB2312 character set." 118 (documentation . ("Support for Chinese GB2312 character set."
119 . describe-chinese-support-map)) 119 . describe-chinese-environment-map))
120 )) 120 ))
121 121
122;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 122;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -175,7 +175,7 @@
175 (coding-system . (cn-big5 iso-2022-cn)) 175 (coding-system . (cn-big5 iso-2022-cn))
176 (sample-text . "Cantonese ($(0GnM$(B,$(0N]0*Hd(B) $(0*/=((B, $(0+$)p(B") 176 (sample-text . "Cantonese ($(0GnM$(B,$(0N]0*Hd(B) $(0*/=((B, $(0+$)p(B")
177 (documentation . ("Support for Chinese Big5 character set." 177 (documentation . ("Support for Chinese Big5 character set."
178 . describe-chinese-support-map)) 178 . describe-chinese-environment-map))
179 )) 179 ))
180 180
181;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 181;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -196,7 +196,7 @@
196 chinese-cns11643-7)) 196 chinese-cns11643-7))
197 (coding-system . (iso-2022-cn)) 197 (coding-system . (iso-2022-cn))
198 (documentation . ("Support for Chinese CNS character sets." 198 (documentation . ("Support for Chinese CNS character sets."
199 . describe-chinese-support-map)) 199 . describe-chinese-environment-map))
200 )) 200 ))
201 201
202;;; chinese.el ends here 202;;; chinese.el ends here