(define-ccl-program): Fix docstring.
authorKenichi Handa <handa@m17n.org>
Mon, 15 Jan 2001 00:38:41 +0000 (00:38 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 15 Jan 2001 00:38:41 +0000 (00:38 +0000)
lisp/international/ccl.el

index d1e35f1..1eb11df 100644 (file)
@@ -1244,7 +1244,7 @@ Optional arg VECTOR is a compiled CCL code of the CCL program."
 (defmacro define-ccl-program (name ccl-program &optional doc)
   "Set NAME the compiled code of CCL-PROGRAM.
 
-CCL-PROGRAM is has this form:
+CCL-PROGRAM has this form:
        (BUFFER_MAGNIFICATION
         CCL_MAIN_CODE
         [ CCL_EOF_CODE ])