summaryrefslogtreecommitdiff
path: root/lisp/language/vietnamese.el
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1997-05-16 00:59:09 +0000
committerKenichi Handa <handa@m17n.org>1997-05-16 00:59:09 +0000
commit78eee0edd118949aabe5227e358dd89a4222d172 (patch)
tree2aee609e0ecac04589062cca2a1aebccb6893ee7 /lisp/language/vietnamese.el
parent480826519d11d0128c1b5153b3721291265dcf09 (diff)
downloademacs-78eee0edd118949aabe5227e358dd89a4222d172.tar.gz
Coding system names changed as follows:
internal -> emacs-mule, automatic-conversion -> undecided. Coding category name changes as follows: coding-category-internal -> coding-category-emacs-mule. Delete functions describe-LANGUAGE-support. Delete describe-function entries and change documentation entries in each language specific information.
Diffstat (limited to 'lisp/language/vietnamese.el')
-rw-r--r--lisp/language/vietnamese.el11
1 files changed, 4 insertions, 7 deletions
diff --git a/lisp/language/vietnamese.el b/lisp/language/vietnamese.el
index d8c09f55ce0..e00e13a3599 100644
--- a/lisp/language/vietnamese.el
+++ b/lisp/language/vietnamese.el
@@ -244,18 +244,15 @@ Both tables are indexed by the position code of Vietnamese characters.")
(setq default-input-method '("Vietnamese" . "quail-viqr"))
)
-(defun describe-vietnamese-support ()
- "Describe how Emacs supports Vietnamese."
- (interactive)
- (describe-language-support-internal "Vietnamese"))
-
(set-language-info-alist
"Vietnamese" '((setup-function . setup-vietnamese-environment)
- (describe-function . describe-vietnamese-support)
(charset . (vietnamese-viscii-lower
vietnamese-viscii-upper))
(coding-system . (viscii vscii viqr))
(sample-text . "Vietnamese (Ti,1*(Bng Vi,1.(Bt) Ch,1`(Bo b,1U(Bn")
- (documentation . nil)))
+ (documentation . '("\
+For Vietnamese, Emacs uses special charasets internally.
+They can be decoded from and encoded to VISCC, VSCII, and VIQR."))
+ ))
;;; vietnamese.el ends here