;;;###autoload
(defun ccl-compile (ccl-program)
- "Return a compiled code of CCL-PROGRAM as a vector of integer."
+ "Return the compiled code of CCL-PROGRAM as a vector of integers."
(if (or (null (consp ccl-program))
(null (integerp (car ccl-program)))
(null (listp (car (cdr ccl-program)))))
(list prop val)))))
(defun coding-system-category (coding-system)
- "Return the coding category of CODING-SYSTEM."
+ "Return the coding category of CODING-SYSTEM.
+See also `coding-category-list'."
(coding-system-get coding-system 'coding-category))
(defun coding-system-base (coding-system)