comparison src/ccl.c @ 21556:f239266d104c

(Fccl_execute_on_string): Put \n\ at eol of docstring.
author Kenichi Handa <handa@m17n.org>
date Wed, 15 Apr 1998 07:49:16 +0000
parents f928f4d89772
children 2f6a8ae78e88
comparison
equal deleted inserted replaced
21555:0927f341e390 21556:f239266d104c
1733 If R0..R7 are nil, they are initialized to 0.\n\ 1733 If R0..R7 are nil, they are initialized to 0.\n\
1734 If IC is nil, it is initialized to head of the CCL program.\n\ 1734 If IC is nil, it is initialized to head of the CCL program.\n\
1735 \n\ 1735 \n\
1736 If optional 4th arg CONTINUE is non-nil, keep IC on read operation\n\ 1736 If optional 4th arg CONTINUE is non-nil, keep IC on read operation\n\
1737 when read buffer is exausted, else, IC is always set to the end of\n\ 1737 when read buffer is exausted, else, IC is always set to the end of\n\
1738 CCL-PROGRAM on exit. 1738 CCL-PROGRAM on exit.\n\
1739 \n\ 1739 \n\
1740 It returns the contents of write buffer as a string,\n\ 1740 It returns the contents of write buffer as a string,\n\
1741 and as side effect, STATUS is updated.\n\ 1741 and as side effect, STATUS is updated.\n\
1742 If the optional 5th arg UNIBYTE-P is non-nil, the returned string\n\ 1742 If the optional 5th arg UNIBYTE-P is non-nil, the returned string\n\
1743 is a unibyte string. By default it is a multibyte string.") 1743 is a unibyte string. By default it is a multibyte string.")