]> code.delx.au - gnu-emacs/commitdiff
(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 d1e35f1e4b9472cb3919288409b754f21491a688..1eb11dfedf403e593e47db5c6b258975e0d6a594 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 ])