# HG changeset patch # User Juanma Barranquero # Date 1118412760 0 # Node ID a7abe3ce0bc5cdc8ff15fe1a47abd5581e398f2d # Parent f5860b9ada9c1da92c079c5762a23613592f0037 (describe-coding-system): Fix spellings in docstrings. diff -r f5860b9ada9c -r a7abe3ce0bc5 lisp/international/mule-diag.el --- 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)