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:
parent
74ace46ab1
commit
72f7374824
2 changed files with 3 additions and 2 deletions
|
|
@ -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)))))
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue