emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104445: * ccl.c: Improve comment. (B


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104445: * ccl.c: Improve comment. (Bug#8751)
Date: Mon, 30 May 2011 22:38:59 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104445
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Mon 2011-05-30 22:38:59 -0700
message:
  * ccl.c: Improve comment.  (Bug#8751)
modified:
  src/ccl.c
=== modified file 'src/ccl.c'
--- a/src/ccl.c 2011-05-31 02:12:01 +0000
+++ b/src/ccl.c 2011-05-31 05:38:59 +0000
@@ -93,9 +93,8 @@
        |------------- 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.  */
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]