From 5c9c5c4ba0908c39626c4ba54eacea159bb2a646 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 7 Feb 2009 11:07:22 +0000 Subject: [PATCH] (Translation of Characters): Reinstate documentation of translation-table-for-input. --- doc/lispref/nonascii.texi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi index 841277209f2..f425c19d3d4 100644 --- a/doc/lispref/nonascii.texi +++ b/doc/lispref/nonascii.texi @@ -751,6 +751,15 @@ systems specifies its own translation tables, the table that is the value of this variable, if non-@code{nil}, is applied after them. @end defvar +@defvar translation-table-for-input +Self-inserting characters are translated through this translation +table before they are inserted. Search commands also translate their +input through this table, so they can compare more reliably with +what's in the buffer. + +This variable automatically becomes buffer-local when set. +@end defvar + @defun make-translation-table-from-vector vec This function returns a translation table made from @var{vec} that is an array of 256 elements to map byte values 0 through 255 to -- 2.39.5