From d617f6df4c9433730060585d8b27ce3d691ade7f Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 1 Mar 2001 18:21:06 +0000 Subject: [PATCH] (Fccl_execute): Doc fix. --- src/ccl.c | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/ccl.c b/src/ccl.c index 718563d5529..285888f744f 100644 --- a/src/ccl.c +++ b/src/ccl.c @@ -2009,17 +2009,18 @@ DEFUN ("ccl-execute", Fccl_execute, Sccl_execute, 2, 2, 0, "Execute CCL-PROGRAM with registers initialized by REGISTERS.\n\ \n\ CCL-PROGRAM is a CCL program name (symbol)\n\ -or a compiled code generated by `ccl-compile' (for backward compatibility,\n\ -in this case, the overhead of the execution is bigger than the former case).\n\ +or compiled code generated by `ccl-compile' (for backward compatibility.\n\ +In the latter case, the execution overhead is bigger than in the former).\n\ No I/O commands should appear in CCL-PROGRAM.\n\ \n\ REGISTERS is a vector of [R0 R1 ... R7] where RN is an initial value\n\ - of Nth register.\n\ +for the Nth register.\n\ \n\ As side effect, each element of REGISTERS holds the value of\n\ - corresponding register after the execution.\n\ +the corresponding register after the execution.\n\ \n\ -See the documentation of `define-ccl-program' for the detail of CCL program.") +See the documentation of `define-ccl-program' for a definition of CCL\n\ +programs.") (ccl_prog, reg) Lisp_Object ccl_prog, reg; { @@ -2215,11 +2216,11 @@ Return index number of the registered CCL program.") /* Register code conversion map. A code conversion map consists of numbers, Qt, Qnil, and Qlambda. - The first element is start code point. - The rest elements are mapped numbers. + The first element is the start code point. + The other elements are mapped numbers. Symbol t means to map to an original number before mapping. Symbol nil means that the corresponding element is empty. - Symbol lambda menas to terminate mapping here. + Symbol lambda means to terminate mapping here. */ DEFUN ("register-code-conversion-map", Fregister_code_conversion_map, -- 2.39.5