Mercurial > emacs
changeset 63270:a7abe3ce0bc5
(describe-coding-system): Fix spellings in docstrings.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 10 Jun 2005 14:12:40 +0000 |
parents | f5860b9ada9c |
children | f6bd5d0552dd |
files | lisp/international/mule-diag.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-diag.el Fri Jun 10 14:12:17 2005 +0000 +++ b/lisp/international/mule-diag.el Fri Jun 10 14:12:40 2005 +0000 @@ -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 @@ (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)