1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00

(define-ccl-program): Fix docstring.

This commit is contained in:
Kenichi Handa 2001-01-15 00:38:41 +00:00
parent 9b8b3b6779
commit 05f71b4909

View 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 ])