aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorPaul Eggert1998-08-31 18:26:27 +0000
committerPaul Eggert1998-08-31 18:26:27 +0000
commit0611934b67e63a73f00d7ace3608c882e1822fb0 (patch)
tree21fe861fcdda2964b7916ed421ae3beca12d01a1 /lisp
parent06da1de199f5fc78b1c2afbd2956678567df01c2 (diff)
downloademacs-0611934b67e63a73f00d7ace3608c882e1822fb0.tar.gz
emacs-0611934b67e63a73f00d7ace3608c882e1822fb0.zip
(charset-description): Doc fix.
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."
221 `(aref (charset-info ,charset) 12))) 221 `(aref (charset-info ,charset) 12)))
222 222
223(defmacro charset-description (charset) 223(defmacro charset-description (charset)
224 "Return descriptoin of CHARSET. 224 "Return description of CHARSET.
225See the function `charset-info' for more detail." 225See the function `charset-info' for more detail."
226 (if (charset-quoted-standard-p charset) 226 (if (charset-quoted-standard-p charset)
227 (aref (charset-info (nth 1 charset)) 13) 227 (aref (charset-info (nth 1 charset)) 13)