1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 11:00:45 -08:00

(Fregister_ccl_program): Escape newlines in docstring.

This commit is contained in:
Kenichi Handa 1997-02-27 11:13:46 +00:00
parent 550017463d
commit 7bce92a673

View file

@ -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;