diff src/coding.c @ 48230:c2ce8280fb97

(Vtranslation_table_for_input): New. (syms_of_coding): DEFVAR it.
author Dave Love <fx@gnu.org>
date Sat, 09 Nov 2002 12:49:31 +0000
parents 9474e269efd1
children f6c59ca557c7
line wrap: on
line diff
--- a/src/coding.c	Sat Nov 09 12:48:26 2002 +0000
+++ b/src/coding.c	Sat Nov 09 12:49:31 2002 +0000
@@ -7562,7 +7562,9 @@
   inhibit_iso_escape_detection = 0;
 
   DEFVAR_LISP ("translation-table-for-input", &Vtranslation_table_for_input,
-	       doc: /* Char table for translating self-inserting characters.  */);
+	       doc: /* Char table for translating self-inserting characters.
+This is applied to the result of input methods, not their input.  See also
+`keyboard-translate-table'.  */);
     Vtranslation_table_for_input = Qnil;
 }