summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@twinsun.com>1998-08-31 18:26:27 +0000
committerPaul Eggert <eggert@twinsun.com>1998-08-31 18:26:27 +0000
commit0611934b67e63a73f00d7ace3608c882e1822fb0 (patch)
tree21fe861fcdda2964b7916ed421ae3beca12d01a1
parent06da1de199f5fc78b1c2afbd2956678567df01c2 (diff)
downloademacs-0611934b67e63a73f00d7ace3608c882e1822fb0.tar.gz
(charset-description): Doc fix.
-rw-r--r--lisp/international/mule.el2
1 files changed, 1 insertions, 1 deletions
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)