Mercurial > emacs
changeset 17122:a5feb61ebe5c
(Fregister_ccl_program): Escape newlines in docstring.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 27 Feb 1997 11:13:46 +0000 |
parents | f8e2cd94c274 |
children | 7130bd0ea697 |
files | src/ccl.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ccl.c Thu Feb 27 11:12:11 1997 +0000 +++ b/src/ccl.c Thu Feb 27 11:13:46 1997 +0000 @@ -1074,8 +1074,8 @@ 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;