aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2003-02-11 17:06:46 +0000
committerJuanma Barranquero2003-02-11 17:06:46 +0000
commitae0fa1e0d3db2942ca60aa6949996a2fcb6252a2 (patch)
tree1c690277138a06459c529685f2847d413c5bfa46
parentc7279817636a6a5c66d2b80d26c443e0ed3c062c (diff)
downloademacs-ae0fa1e0d3db2942ca60aa6949996a2fcb6252a2.tar.gz
emacs-ae0fa1e0d3db2942ca60aa6949996a2fcb6252a2.zip
("Vietnamese"): Fix typos.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/language/vietnamese.el4
2 files changed, 4 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ff357b1bff1..18564b43c6d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -10,6 +10,8 @@
10 10
112003-02-11 Juanma Barranquero <lektu@terra.es> 112003-02-11 Juanma Barranquero <lektu@terra.es>
12 12
13 * language/vietnamese.el ("Vietnamese"): Fix typos.
14
13 * info-xref.el (info-xref-check-buffer): Fix typo. 15 * info-xref.el (info-xref-check-buffer): Fix typo.
14 16
15 * makefile.w32-in (DONTCOMPILE): Add malayalam.el and tamil.el. 17 * makefile.w32-in (DONTCOMPILE): Add malayalam.el and tamil.el.
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 @@
310 (features viet-util) 310 (features viet-util)
311 (sample-text . "Vietnamese (Ti,1*(Bng Vi,1.(Bt) Ch,1`(Bo b,1U(Bn") 311 (sample-text . "Vietnamese (Ti,1*(Bng Vi,1.(Bt) Ch,1`(Bo b,1U(Bn")
312 (documentation . "\ 312 (documentation . "\
313For Vietnamese, Emacs uses special charasets internally. 313For Vietnamese, Emacs uses special charsets internally.
314They can be decoded from and encoded to VISCII, VSCII, TCVN-5712, and 314They can be decoded from and encoded to VISCII, VSCII, TCVN-5712, and
315VIQR. VSCII is deprecated in favour of TCVN-5712. Current setting 315VIQR. VSCII is deprecated in favour of TCVN-5712. Current setting
316put higher priority to the coding system VISCII than TCVN-5712. If 316puts higher priority to the coding system VISCII than TCVN-5712. If
317you prefer TCVN-5712, please do: (prefer-coding-system 'vietnamese-tcvn). 317you prefer TCVN-5712, please do: (prefer-coding-system 'vietnamese-tcvn).
318There are two Vietnamese input methods: VIQR and Telex, VIQR is the 318There are two Vietnamese input methods: VIQR and Telex, VIQR is the
319default setting.") 319default setting.")