aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2001-03-01 18:19:09 +0000
committerDave Love2001-03-01 18:19:09 +0000
commit72f737482461bdabaed0612cb5c0d48d52aaed73 (patch)
treeeed23281112653a6d2345676efb87af9a2bce6e9
parent74ace46ab1ca5d34d87d7c48405f84ec3f94d670 (diff)
downloademacs-72f737482461bdabaed0612cb5c0d48d52aaed73.tar.gz
emacs-72f737482461bdabaed0612cb5c0d48d52aaed73.zip
(ccl-compile): Doc fix.
-rw-r--r--lisp/international/ccl.el2
-rw-r--r--lisp/international/mule.el3
2 files changed, 3 insertions, 2 deletions
diff --git a/lisp/international/ccl.el b/lisp/international/ccl.el
index b7725791732..22b1a032e73 100644
--- a/lisp/international/ccl.el
+++ b/lisp/international/ccl.el
@@ -271,7 +271,7 @@
271 271
272;;;###autoload 272;;;###autoload
273(defun ccl-compile (ccl-program) 273(defun ccl-compile (ccl-program)
274 "Return a compiled code of CCL-PROGRAM as a vector of integer." 274 "Return the compiled code of CCL-PROGRAM as a vector of integers."
275 (if (or (null (consp ccl-program)) 275 (if (or (null (consp ccl-program))
276 (null (integerp (car ccl-program))) 276 (null (integerp (car ccl-program)))
277 (null (listp (car (cdr ccl-program))))) 277 (null (listp (car (cdr ccl-program)))))
diff --git a/lisp/international/mule.el b/lisp/international/mule.el
index 0bb4438bcc4..0f8d6c3f66f 100644
--- a/lisp/international/mule.el
+++ b/lisp/international/mule.el
@@ -448,7 +448,8 @@ for more detail."
448 (list prop val))))) 448 (list prop val)))))
449 449
450(defun coding-system-category (coding-system) 450(defun coding-system-category (coding-system)
451 "Return the coding category of CODING-SYSTEM." 451 "Return the coding category of CODING-SYSTEM.
452See also `coding-category-list'."
452 (coding-system-get coding-system 'coding-category)) 453 (coding-system-get coding-system 'coding-category))
453 454
454(defun coding-system-base (coding-system) 455(defun coding-system-base (coding-system)