From: Kenichi Handa Date: Tue, 4 May 1999 05:48:54 +0000 (+0000) Subject: (describe-coding-system): Fix English message. X-Git-Tag: emacs-20.4~258 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=806066661c8ca2b10cf3d53503e2705a6c768ec5;p=emacs.git (describe-coding-system): Fix English message. --- 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