aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2001-01-15 00:38:41 +0000
committerKenichi Handa2001-01-15 00:38:41 +0000
commit05f71b49092d7de78e07c5a6fbac13a5e1c9a093 (patch)
tree6c1e77ffee282103ccf51bc8458f446d347fb703
parent9b8b3b6779d2b572e4d00995bdfff68e09f47473 (diff)
downloademacs-05f71b49092d7de78e07c5a6fbac13a5e1c9a093.tar.gz
emacs-05f71b49092d7de78e07c5a6fbac13a5e1c9a093.zip
(define-ccl-program): Fix docstring.
-rw-r--r--lisp/international/ccl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/ccl.el b/lisp/international/ccl.el
index d1e35f1e4b9..1eb11dfedf4 100644
--- a/lisp/international/ccl.el
+++ b/lisp/international/ccl.el
@@ -1244,7 +1244,7 @@ Optional arg VECTOR is a compiled CCL code of the CCL program."
1244(defmacro define-ccl-program (name ccl-program &optional doc) 1244(defmacro define-ccl-program (name ccl-program &optional doc)
1245 "Set NAME the compiled code of CCL-PROGRAM. 1245 "Set NAME the compiled code of CCL-PROGRAM.
1246 1246
1247CCL-PROGRAM is has this form: 1247CCL-PROGRAM has this form:
1248 (BUFFER_MAGNIFICATION 1248 (BUFFER_MAGNIFICATION
1249 CCL_MAIN_CODE 1249 CCL_MAIN_CODE
1250 [ CCL_EOF_CODE ]) 1250 [ CCL_EOF_CODE ])