# HG changeset patch # User Paul Eggert # Date 904587987 0 # Node ID 8967081409901b4c0f24c88f71ea853aabc4ff50 # Parent e080ad3cc73954793ae12194e1d0ebe7df86ff20 (charset-description): Doc fix. diff -r e080ad3cc739 -r 896708140990 lisp/international/mule.el --- a/lisp/international/mule.el Mon Aug 31 15:56:52 1998 +0000 +++ b/lisp/international/mule.el Mon Aug 31 18:26:27 1998 +0000 @@ -221,7 +221,7 @@ `(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)