(charsetp): Fix typo in docstring.

This commit is contained in:
Gerd Moellmann 1999-12-02 14:34:59 +00:00
parent fb29efe93f
commit e4a7fdfc6b

View file

@ -110,7 +110,7 @@ Return t if file exists."
(< (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)