aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/international/mule-diag.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/mule-diag.el b/lisp/international/mule-diag.el
index 0dc8b3d8ca8..65d79076acb 100644
--- a/lisp/international/mule-diag.el
+++ b/lisp/international/mule-diag.el
@@ -64,7 +64,7 @@
64 'help-echo "mouse-2, RET: show table of characters for this character set") 64 'help-echo "mouse-2, RET: show table of characters for this character set")
65 65
66;;;###autoload 66;;;###autoload
67(defvar non-iso-charset-alist 67(defvar non-iso-charset-alist
68 `((mac-roman 68 `((mac-roman
69 (ascii latin-iso8859-1 mule-unicode-2500-33ff 69 (ascii latin-iso8859-1 mule-unicode-2500-33ff
70 mule-unicode-0100-24ff mule-unicode-e000-ffff) 70 mule-unicode-0100-24ff mule-unicode-e000-ffff)
@@ -609,7 +609,7 @@ PC `codepages' and other coded character sets. See `non-iso-charset-alist'."
609 (let ((vars (coding-system-get coding-system 'dependency))) 609 (let ((vars (coding-system-get coding-system 'dependency)))
610 (when vars 610 (when vars
611 (princ "See also the documentation of these customizable variables 611 (princ "See also the documentation of these customizable variables
612which alter the behaviour of this coding system.\n") 612which alter the behavior of this coding system.\n")
613 (dolist (v vars) 613 (dolist (v vars)
614 (princ " `") 614 (princ " `")
615 (princ v) 615 (princ v)