(Fregister_ccl_program): Escape newlines in docstring.
authorKenichi Handa <handa@m17n.org>
Thu, 27 Feb 1997 11:13:46 +0000 (11:13 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 27 Feb 1997 11:13:46 +0000 (11:13 +0000)
src/ccl.c

index 0aa4548..b3f9d49 100644 (file)
--- a/src/ccl.c
+++ b/src/ccl.c
@@ -1074,8 +1074,8 @@ Returns the contents of write buffer as a string,\n\
 
 DEFUN ("register-ccl-program", Fregister_ccl_program, Sregister_ccl_program,
        2, 2, 0,
-  "Register CCL program PROGRAM of NAME in `ccl-program-table'.
-PROGRAM should be a compiled code of CCL program, or nil.
+  "Register CCL program PROGRAM of NAME in `ccl-program-table'.\n\
+PROGRAM should be a compiled code of CCL program, or nil.\n\
 Return index number of the registered CCL program.")
   (name, ccl_prog)
      Lisp_Object name, ccl_prog;