Mercurial > emacs
changeset 36466:42097c412119
(ccl-compile): Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 01 Mar 2001 18:19:09 +0000 |
parents | f968e313e8ad |
children | 3030a4b3fa3f |
files | lisp/international/ccl.el lisp/international/mule.el |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/ccl.el Thu Mar 01 18:14:39 2001 +0000 +++ b/lisp/international/ccl.el Thu Mar 01 18:19:09 2001 +0000 @@ -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)))))
--- a/lisp/international/mule.el Thu Mar 01 18:14:39 2001 +0000 +++ b/lisp/international/mule.el Thu Mar 01 18:19:09 2001 +0000 @@ -448,7 +448,8 @@ (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)