From 78eee0edd118949aabe5227e358dd89a4222d172 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 16 May 1997 00:59:09 +0000 Subject: 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. --- lisp/language/vietnamese.el | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'lisp/language/vietnamese.el') 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 -- cgit v1.2.1