From 0611934b67e63a73f00d7ace3608c882e1822fb0 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 31 Aug 1998 18:26:27 +0000 Subject: [PATCH] (charset-description): Doc fix. --- lisp/international/mule.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2