aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa1998-02-20 11:14:32 +0000
committerKenichi Handa1998-02-20 11:14:32 +0000
commit021452a7263cc9308602254ed68cc1fec1ffb8a0 (patch)
tree5902b5584bcc97187227939092098b617029b955 /src
parent55a7907fc825a70f29935058c3cd87423c24f027 (diff)
downloademacs-021452a7263cc9308602254ed68cc1fec1ffb8a0.tar.gz
emacs-021452a7263cc9308602254ed68cc1fec1ffb8a0.zip
(Fccl_execute_on_string): Put \n\ at end-of-line of
doc-string.
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 375ae94ce31..a41706d3413 100644
--- a/src/ccl.c
+++ b/src/ccl.c
@@ -1531,7 +1531,7 @@ If IC is nil, it is initialized to head of the CCL program.\n\
1531\n\ 1531\n\
1532If optional 4th arg CONTIN is non-nil, keep IC on read operation\n\ 1532If optional 4th arg CONTIN is non-nil, keep IC on read operation\n\
1533when read buffer is exausted, else, IC is always set to the end of\n\ 1533when read buffer is exausted, else, IC is always set to the end of\n\
1534CCL-PROGRAM on exit. 1534CCL-PROGRAM on exit.\n\
1535\n\ 1535\n\
1536It returns the contents of write buffer as a string,\n\ 1536It returns the contents of write buffer as a string,\n\
1537and as side effect, STATUS is updated.\n\ 1537and as side effect, STATUS is updated.\n\