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:
parent
550017463d
commit
7bce92a673
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue