aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa1998-04-15 07:49:16 +0000
committerKenichi Handa1998-04-15 07:49:16 +0000
commitdb6089c5e932317ebc13135f4f502aded8299128 (patch)
tree923bf9d8268ec0fbe7700231bdd11ea9912ce43a /src
parent49965a29984ace72e4f16b919980f2f51a422d01 (diff)
downloademacs-db6089c5e932317ebc13135f4f502aded8299128.tar.gz
emacs-db6089c5e932317ebc13135f4f502aded8299128.zip
(Fccl_execute_on_string): Put \n\ at eol of docstring.
Diffstat (limited to 'src')
-rw-r--r--src/ccl.c2
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\
1735\n\ 1735\n\
1736If optional 4th arg CONTINUE is non-nil, keep IC on read operation\n\ 1736If optional 4th arg CONTINUE is non-nil, keep IC on read operation\n\
1737when read buffer is exausted, else, IC is always set to the end of\n\ 1737when read buffer is exausted, else, IC is always set to the end of\n\
1738CCL-PROGRAM on exit. 1738CCL-PROGRAM on exit.\n\
1739\n\ 1739\n\
1740It returns the contents of write buffer as a string,\n\ 1740It 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\