Mercurial > emacs
changeset 26687:c4fb0ef75056
(charsetp): Fix typo in docstring.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 02 Dec 1999 14:34:59 +0000 |
parents | b12db1ba4a24 |
children | 1830bc1903fb |
files | lisp/international/mule.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule.el Thu Dec 02 14:24:07 1999 +0000 +++ b/lisp/international/mule.el Thu Dec 02 14:34:59 1999 +0000 @@ -110,7 +110,7 @@ (< (aref vector 0) 160))))) (defsubst charsetp (object) - "T is OBJECT is a charset." + "T if OBJECT is a charset." (and (symbolp object) (vectorp (get object 'charset)))) (defsubst charset-info (charset)