(charsetp): Fix typo in docstring.
This commit is contained in:
parent
fb29efe93f
commit
e4a7fdfc6b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue