diff lisp/international/mule-util.el @ 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 97cf1cae1971
children 205a87f52b30
line wrap: on
line diff
--- a/lisp/international/mule-util.el	Fri May 22 09:44:27 1998 +0000
+++ b/lisp/international/mule-util.el	Fri May 22 09:45:34 1998 +0000
@@ -233,12 +233,12 @@
 ;;;###autoload
 (defun coding-system-translation-table-for-decode (coding-system)
   "Return the value of CODING-SYSTEM's translation-table-for-decode property."
-  (coding-system-get coding-system 'character-translation-table-for-decode))
+  (coding-system-get coding-system 'translation-table-for-decode))
 
 ;;;###autoload
 (defun coding-system-translation-table-for-encode (coding-system)
   "Return the value of CODING-SYSTEM's translation-table-for-encode property."
-  (coding-system-get coding-system 'character-translation-table-for-encode))
+  (coding-system-get coding-system 'translation-table-for-encode))
 
 (defun coding-system-lessp (x y)
   (cond ((eq x 'no-conversion) t)