changeset 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 5d4678fa4feb
children 7b77f5edeace
files src/coding.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
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;
 }