diff options
author | Kenichi Handa <handa@m17n.org> | 1998-04-15 07:49:16 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1998-04-15 07:49:16 +0000 |
commit | db6089c5e932317ebc13135f4f502aded8299128 (patch) | |
tree | 923bf9d8268ec0fbe7700231bdd11ea9912ce43a /src/ccl.c | |
parent | 49965a29984ace72e4f16b919980f2f51a422d01 (diff) | |
download | emacs-db6089c5e932317ebc13135f4f502aded8299128.tar.gz |
(Fccl_execute_on_string): Put \n\ at eol of docstring.
Diffstat (limited to 'src/ccl.c')
-rw-r--r-- | src/ccl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ccl.c b/src/ccl.c index 3cffcf79165..108ede448ad 100644 --- a/src/ccl.c +++ b/src/ccl.c @@ -1735,7 +1735,7 @@ If IC is nil, it is initialized to head of the CCL program.\n\ \n\ If optional 4th arg CONTINUE is non-nil, keep IC on read operation\n\ when read buffer is exausted, else, IC is always set to the end of\n\ -CCL-PROGRAM on exit. +CCL-PROGRAM on exit.\n\ \n\ It returns the contents of write buffer as a string,\n\ and as side effect, STATUS is updated.\n\ |