summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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)