changeset 60514:322d95d05b23

(define-ccl-program): Fix docstring about extra 256 bytes assured for the output buffer.
author Kenichi Handa <handa@m17n.org>
date Tue, 08 Mar 2005 09:09:28 +0000
parents 0f508b91e017
children 7211619644bb
files lisp/international/ccl.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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