]> git.eshelyaron.com Git - emacs.git/commitdiff
(ccl-compile): Doc fix.
authorDave Love <fx@gnu.org>
Thu, 1 Mar 2001 18:19:09 +0000 (18:19 +0000)
committerDave Love <fx@gnu.org>
Thu, 1 Mar 2001 18:19:09 +0000 (18:19 +0000)
lisp/international/ccl.el
lisp/international/mule.el

index b7725791732e183ba5ef03c1e07b902d36212607..22b1a032e73bce274cc362823e41389c71837864 100644 (file)
 
 ;;;###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)))))
index 0bb4438bcc403f754cec2abec6445e9bd5c9ea4e..0f8d6c3f66f2796395d669d6543810c7cfafe1c5 100644 (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)