Mercurial > emacs
changeset 35299:ff1e51ba81cb
(define-ccl-program): Fix docstring.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 15 Jan 2001 00:38:41 +0000 |
parents | f5b916018b7e |
children | 99683b46618e |
files | lisp/international/ccl.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/ccl.el Sun Jan 14 21:04:25 2001 +0000 +++ b/lisp/international/ccl.el Mon Jan 15 00:38:41 2001 +0000 @@ -1244,7 +1244,7 @@ (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 ])