From: Eli Zaretskii Date: Sat, 7 Feb 2009 11:07:22 +0000 (+0000) Subject: (Translation of Characters): Reinstate documentation of X-Git-Tag: emacs-pretest-23.0.91~362 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5c9c5c4ba0908c39626c4ba54eacea159bb2a646;p=emacs.git (Translation of Characters): Reinstate documentation of translation-table-for-input. --- 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