diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-06-10 14:12:40 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-06-10 14:12:40 +0000 |
commit | 11896c0ba59e843e74166222ef2aebbde41d77db (patch) | |
tree | da7e1c2fb242783021774eee71b848beb128fa6e /lisp/international | |
parent | fea6b73606311da892df894905847418b91f0152 (diff) | |
download | emacs-11896c0ba59e843e74166222ef2aebbde41d77db.tar.gz |
(describe-coding-system): Fix spellings in docstrings.
Diffstat (limited to 'lisp/international')
-rw-r--r-- | lisp/international/mule-diag.el | 4 |
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 @@ 'help-echo "mouse-2, RET: show table of characters for this character set") ;;;###autoload -(defvar non-iso-charset-alist +(defvar non-iso-charset-alist `((mac-roman (ascii latin-iso8859-1 mule-unicode-2500-33ff mule-unicode-0100-24ff mule-unicode-e000-ffff) @@ -609,7 +609,7 @@ PC `codepages' and other coded character sets. See `non-iso-charset-alist'." (let ((vars (coding-system-get coding-system 'dependency))) (when vars (princ "See also the documentation of these customizable variables -which alter the behaviour of this coding system.\n") +which alter the behavior of this coding system.\n") (dolist (v vars) (princ " `") (princ v) |