changeset 17297:67b931bc2528

Comment fixed.
author Kenichi Handa <handa@m17n.org>
date Sat, 05 Apr 1997 02:35:53 +0000
parents dc3f449803f6
children 0c7ab61707c4
files lisp/international/ccl.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/ccl.el	Sat Apr 05 02:35:53 1997 +0000
+++ b/lisp/international/ccl.el	Sat Apr 05 02:35:53 1997 +0000
@@ -238,7 +238,7 @@
 
 ;; 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))