From: Dave Love Date: Sat, 9 Nov 2002 12:49:31 +0000 (+0000) Subject: (Vtranslation_table_for_input): New. X-Git-Tag: ttn-vms-21-2-B4~12531 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=15c8f9d1adc45d8bd08a213c511bfb8175ccbd75;p=emacs.git (Vtranslation_table_for_input): New. (syms_of_coding): DEFVAR it. --- diff --git a/src/coding.c b/src/coding.c index bdba5fa3760..fcb1d630cdb 100644 --- a/src/coding.c +++ b/src/coding.c @@ -7562,7 +7562,9 @@ escape sequence (e.g `latin-1') on reading by \\[universal-coding-system-argumen 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; }