From: Kenichi Handa Date: Tue, 8 Mar 2005 09:09:28 +0000 (+0000) Subject: (define-ccl-program): Fix docstring about X-Git-Tag: ttn-vms-21-2-B4~1881 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d2968c52db31d6b94c95aead079216e39dcbba2f;p=emacs.git (define-ccl-program): Fix docstring about extra 256 bytes assured for the output buffer. --- diff --git a/lisp/international/ccl.el b/lisp/international/ccl.el index e55f1fbcf36..93ad9358721 100644 --- a/lisp/international/ccl.el +++ b/lisp/international/ccl.el @@ -1305,7 +1305,9 @@ CCL-PROGRAM has this form: BUFFER_MAGNIFICATION is an integer value specifying the approximate output buffer magnification size compared with the bytes of input data -text. If the value is zero, the CCL program can't execute `read' and +text. It is assured that the actual output buffer has 256 bytes +more than the size calculated by BUFFER_MAGNIFICATION. +If the value is zero, the CCL program can't execute `read' and `write' commands. CCL_MAIN_CODE and CCL_EOF_CODE are CCL program codes. CCL_MAIN_CODE