diff src/ccl.c @ 22186:fc4aaf1b1772

Change term "character translation table" to "translation table".
author Kenichi Handa <handa@m17n.org>
date Fri, 22 May 1998 09:45:34 +0000
parents dfae9bc3731d
children 3dade37fd85d
line wrap: on
line diff
--- a/src/ccl.c	Fri May 22 09:44:27 1998 +0000
+++ b/src/ccl.c	Fri May 22 09:45:34 1998 +0000
@@ -442,8 +442,7 @@
 					1:ExtendedCOMMNDRrrRRRrrrXXXXX  */
 
 /* Translate a character whose code point is reg[rrr] and the charset
-   ID is reg[RRR] by a character translation table whose ID is
-   reg[Rrr].
+   ID is reg[RRR] by a translation table whose ID is reg[Rrr].
 
    A translated character is set in reg[rrr] (code point) and reg[RRR]
    (charset ID).  */
@@ -452,8 +451,7 @@
 					1:ExtendedCOMMNDRrrRRRrrrXXXXX  */
 
 /* Translate a character whose code point is reg[rrr] and the charset
-   ID is reg[RRR] by a character translation table whose ID is
-   ARGUMENT.
+   ID is reg[RRR] by a translation table whose ID is ARGUMENT.
 
    A translated character is set in reg[rrr] (code point) and reg[RRR]
    (charset ID).  */
@@ -1633,7 +1631,7 @@
 	  if (EQ(result, ccl))
 	    result = Fcopy_sequence (ccl);
 
-	  prop = Fget (contents, Qcharacter_translation_table_id);
+	  prop = Fget (contents, Qtranslation_table_id);
 	  if (NUMBERP (prop))
 	    {
 	      XVECTOR (result)->contents[i] = prop;