From 15c8f9d1adc45d8bd08a213c511bfb8175ccbd75 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Sat, 9 Nov 2002 12:49:31 +0000 Subject: [PATCH] (Vtranslation_table_for_input): New. (syms_of_coding): DEFVAR it. --- src/coding.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; } -- 2.39.2