diff options
| author | Kenichi Handa | 2005-03-08 09:09:28 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2005-03-08 09:09:28 +0000 |
| commit | d2968c52db31d6b94c95aead079216e39dcbba2f (patch) | |
| tree | 9cdf9d3dc4ba0650a76bb4dba82cabdfbf577d01 | |
| parent | ee5d57b04325be3c36049faebb452a5527bcea4e (diff) | |
| download | emacs-d2968c52db31d6b94c95aead079216e39dcbba2f.tar.gz emacs-d2968c52db31d6b94c95aead079216e39dcbba2f.zip | |
(define-ccl-program): Fix docstring about
extra 256 bytes assured for the output buffer.
| -rw-r--r-- | lisp/international/ccl.el | 4 |
1 files changed, 3 insertions, 1 deletions
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: | |||
| 1305 | 1305 | ||
| 1306 | BUFFER_MAGNIFICATION is an integer value specifying the approximate | 1306 | BUFFER_MAGNIFICATION is an integer value specifying the approximate |
| 1307 | output buffer magnification size compared with the bytes of input data | 1307 | output buffer magnification size compared with the bytes of input data |
| 1308 | text. If the value is zero, the CCL program can't execute `read' and | 1308 | text. It is assured that the actual output buffer has 256 bytes |
| 1309 | more than the size calculated by BUFFER_MAGNIFICATION. | ||
| 1310 | If the value is zero, the CCL program can't execute `read' and | ||
| 1309 | `write' commands. | 1311 | `write' commands. |
| 1310 | 1312 | ||
| 1311 | CCL_MAIN_CODE and CCL_EOF_CODE are CCL program codes. CCL_MAIN_CODE | 1313 | CCL_MAIN_CODE and CCL_EOF_CODE are CCL program codes. CCL_MAIN_CODE |