summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1999-05-04 05:48:54 +0000
committerKenichi Handa <handa@m17n.org>1999-05-04 05:48:54 +0000
commit806066661c8ca2b10cf3d53503e2705a6c768ec5 (patch)
tree507152aae53b52725c1a13b7617262620138a1e7 /lisp
parent74848a963cfec7f149be7702981d9a84cac0f905 (diff)
downloademacs-806066661c8ca2b10cf3d53503e2705a6c768ec5.tar.gz
(describe-coding-system): Fix English message.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/international/mule-diag.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule-diag.el b/lisp/international/mule-diag.el
index 202c99bcbbe..47c0f956248 100644
--- a/lisp/international/mule-diag.el
+++ b/lisp/international/mule-diag.el
@@ -225,7 +225,7 @@ but still shows the full information."
(let ((charsets (coding-system-get coding-system 'safe-charsets)))
(when charsets
(if (eq charsets t)
- (princ "This coding system can encode charsets:\n")
+ (princ "This coding system can encode all charsets.\n")
(princ "This coding system encode the following charsets:\n")
(princ " ")
(while charsets