# HG changeset patch # User Dave Love # Date 983470749 0 # Node ID 42097c412119d5aa7012f9256ddf5bc66631735a # Parent f968e313e8adf5dfc654e03743c1e95332c82559 (ccl-compile): Doc fix. diff -r f968e313e8ad -r 42097c412119 lisp/international/ccl.el --- 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))))) diff -r f968e313e8ad -r 42097c412119 lisp/international/mule.el --- 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)