# HG changeset patch # User Kenichi Handa # Date 1110272968 0 # Node ID 322d95d05b231c5831e8a424bbd1a2a13cb403c1 # Parent 0f508b91e017fbe6ca57e21644a9ee99185a239b (define-ccl-program): Fix docstring about extra 256 bytes assured for the output buffer. diff -r 0f508b91e017 -r 322d95d05b23 lisp/international/ccl.el --- a/lisp/international/ccl.el Tue Mar 08 08:46:48 2005 +0000 +++ b/lisp/international/ccl.el Tue Mar 08 09:09:28 2005 +0000 @@ -1305,7 +1305,9 @@ 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