1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(charset-description): Doc fix.

This commit is contained in:
Paul Eggert 1998-08-31 18:26:27 +00:00
parent 06da1de199
commit 0611934b67

View File

@ -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)