Mercurial > emacs
changeset 23157:896708140990
(charset-description): Doc fix.
author | Paul Eggert <eggert@twinsun.com> |
---|---|
date | Mon, 31 Aug 1998 18:26:27 +0000 |
parents | e080ad3cc739 |
children | 5c0a4ed13900 |
files | lisp/international/mule.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule.el Mon Aug 31 15:56:52 1998 +0000 +++ b/lisp/international/mule.el Mon Aug 31 18:26:27 1998 +0000 @@ -221,7 +221,7 @@ `(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)