diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-02-11 17:06:46 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-02-11 17:06:46 +0000 |
commit | ae0fa1e0d3db2942ca60aa6949996a2fcb6252a2 (patch) | |
tree | 1c690277138a06459c529685f2847d413c5bfa46 /lisp/language | |
parent | c7279817636a6a5c66d2b80d26c443e0ed3c062c (diff) | |
download | emacs-ae0fa1e0d3db2942ca60aa6949996a2fcb6252a2.tar.gz |
("Vietnamese"): Fix typos.
Diffstat (limited to 'lisp/language')
-rw-r--r-- | lisp/language/vietnamese.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/language/vietnamese.el b/lisp/language/vietnamese.el index b3f09b9d5e9..742ceafda69 100644 --- a/lisp/language/vietnamese.el +++ b/lisp/language/vietnamese.el @@ -310,10 +310,10 @@ (features viet-util) (sample-text . "Vietnamese (Ti,1*(Bng Vi,1.(Bt) Ch,1`(Bo b,1U(Bn") (documentation . "\ -For Vietnamese, Emacs uses special charasets internally. +For Vietnamese, Emacs uses special charsets internally. They can be decoded from and encoded to VISCII, VSCII, TCVN-5712, and VIQR. VSCII is deprecated in favour of TCVN-5712. Current setting -put higher priority to the coding system VISCII than TCVN-5712. If +puts higher priority to the coding system VISCII than TCVN-5712. If you prefer TCVN-5712, please do: (prefer-coding-system 'vietnamese-tcvn). There are two Vietnamese input methods: VIQR and Telex, VIQR is the default setting.") |