1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-12 02:40:34 -08:00

(ccl-compile): Doc fix.

This commit is contained in:
Dave Love 2001-03-01 18:19:09 +00:00
parent 74ace46ab1
commit 72f7374824
2 changed files with 3 additions and 2 deletions

View file

@ -271,7 +271,7 @@
;;;###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)))))

View file

@ -448,7 +448,8 @@ for more detail."
(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)