aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorDave Love <[email protected]>2002-11-09 12:49:31 +0000
committerDave Love <[email protected]>2002-11-09 12:49:31 +0000
commit15c8f9d1adc45d8bd08a213c511bfb8175ccbd75 (patch)
treecc690a840d460cb834af629c75a563d2e4e93766 /src/coding.c
parenta0acc6c756e59f6d0cef68dc703e660c9954ff60 (diff)
(Vtranslation_table_for_input): New.
(syms_of_coding): DEFVAR it.
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index bdba5fa376..fcb1d630cd 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;
}