From 7bce92a6736c5d0da30a5f8c07e004d889ebd799 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 27 Feb 1997 11:13:46 +0000 Subject: [PATCH] (Fregister_ccl_program): Escape newlines in docstring. --- src/ccl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ccl.c b/src/ccl.c index 0aa45482acc..b3f9d49c0c7 100644 --- 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; -- 2.39.5