]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment fixed.
authorKenichi Handa <handa@m17n.org>
Sat, 5 Apr 1997 02:35:53 +0000 (02:35 +0000)
committerKenichi Handa <handa@m17n.org>
Sat, 5 Apr 1997 02:35:53 +0000 (02:35 +0000)
lisp/international/ccl.el

index 96318237126944fa3359af556f4c8e74964e26de..28b43b1beab353f2cdfb40cb98c9bcc82803c8e6 100644 (file)
 
 ;; If REG is a CCL register symbol (e.g. r0, r1...), the register
 ;; number is embedded.  If OP is one of unconditional jumps, DATA is
-;; changed to an absolute jump address.
+;; changed to an relative jump address.
 
 (defun ccl-embed-code (op reg data &optional reg2)
   (if (and (> data 0) (get op 'jump-flag))