From: Paul Eggert Date: Mon, 31 Aug 1998 18:26:27 +0000 (+0000) Subject: (charset-description): Doc fix. X-Git-Tag: emacs-20.4~1792 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0611934b67e63a73f00d7ace3608c882e1822fb0;p=emacs.git (charset-description): Doc fix. --- diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 7544bf5b234..03de406c3f3 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -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)