# HG changeset patch # User Eli Zaretskii # Date 1234004842 0 # Node ID 8f7ed9f9309f0fe503f84a370ad4f447a33411b0 # Parent 351adec348bed92067815528108973f88a5481e3 (Translation of Characters): Reinstate documentation of translation-table-for-input. diff -r 351adec348be -r 8f7ed9f9309f doc/lispref/nonascii.texi --- a/doc/lispref/nonascii.texi Sat Feb 07 11:04:22 2009 +0000 +++ b/doc/lispref/nonascii.texi Sat Feb 07 11:07:22 2009 +0000 @@ -751,6 +751,15 @@ 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