From: Kenichi Handa Date: Wed, 15 Apr 1998 07:49:16 +0000 (+0000) Subject: (Fccl_execute_on_string): Put \n\ at eol of docstring. X-Git-Tag: emacs-20.3~1519 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=db6089c5e932317ebc13135f4f502aded8299128;p=emacs.git (Fccl_execute_on_string): Put \n\ at eol of docstring. --- 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\