From b9627cfb1d5b5b0914525a19cd9edb06f91a1665 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 30 May 2011 22:38:59 -0700 Subject: [PATCH] * ccl.c: Improve comment. (Bug#8751) --- src/ccl.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/ccl.c b/src/ccl.c index a58ad90bea..b04c74ccc2 100644 --- a/src/ccl.c +++ b/src/ccl.c @@ -93,9 +93,8 @@ static Lisp_Object Vccl_program_table; |------------- constant or other args ----------------| cccccccccccccccccccccccccccc - where `cc...c' is an integer indicating a constant value or an - absolute jump address. The context determines whether `cc...c' is - considered to be unsigned, or a signed two's complement number. `RRR' + where `cc...c' is a 17-bit, 20-bit, or 28-bit integer indicating a + constant value or a relative/absolute jump address, `RRR' and `rrr' are CCL register number, `XXXXX' is one of the following CCL commands. */ -- 2.20.1