aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2011-05-30 22:38:59 -0700
committerPaul Eggert2011-05-30 22:38:59 -0700
commitb9627cfb1d5b5b0914525a19cd9edb06f91a1665 (patch)
treeb09976f88fccbe047fe45c3bd97940b058f91980 /src
parenteefc9486e823512a4c1928b6264c5a1ce9142624 (diff)
downloademacs-b9627cfb1d5b5b0914525a19cd9edb06f91a1665.tar.gz
emacs-b9627cfb1d5b5b0914525a19cd9edb06f91a1665.zip
* ccl.c: Improve comment. (Bug#8751)
Diffstat (limited to 'src')
-rw-r--r--src/ccl.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ccl.c b/src/ccl.c
index a58ad90beaf..b04c74ccc25 100644
--- a/src/ccl.c
+++ b/src/ccl.c
@@ -93,9 +93,8 @@ static Lisp_Object Vccl_program_table;
93 |------------- constant or other args ----------------| 93 |------------- constant or other args ----------------|
94 cccccccccccccccccccccccccccc 94 cccccccccccccccccccccccccccc
95 95
96 where `cc...c' is an integer indicating a constant value or an 96 where `cc...c' is a 17-bit, 20-bit, or 28-bit integer indicating a
97 absolute jump address. The context determines whether `cc...c' is 97 constant value or a relative/absolute jump address, `RRR'
98 considered to be unsigned, or a signed two's complement number. `RRR'
99 and `rrr' are CCL register number, `XXXXX' is one of the following 98 and `rrr' are CCL register number, `XXXXX' is one of the following
100 CCL commands. */ 99 CCL commands. */
101 100