(charset-description): Doc fix.
authorPaul Eggert <eggert@twinsun.com>
Mon, 31 Aug 1998 18:26:27 +0000 (18:26 +0000)
committerPaul Eggert <eggert@twinsun.com>
Mon, 31 Aug 1998 18:26:27 +0000 (18:26 +0000)
lisp/international/mule.el

index 7544bf5..03de406 100644 (file)
@@ -221,7 +221,7 @@ See the function `charset-info' for more detail."
     `(aref (charset-info ,charset) 12)))
 
 (defmacro charset-description (charset)
-  "Return descriptoin of CHARSET.
+  "Return description of CHARSET.
 See the function `charset-info' for more detail."
   (if (charset-quoted-standard-p charset)
       (aref (charset-info (nth 1 charset)) 13)