]> git.eshelyaron.com Git - emacs.git/commitdiff
(Translation of Characters): Reinstate documentation of
authorEli Zaretskii <eliz@gnu.org>
Sat, 7 Feb 2009 11:07:22 +0000 (11:07 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 7 Feb 2009 11:07:22 +0000 (11:07 +0000)
translation-table-for-input.

doc/lispref/nonascii.texi

index 841277209f252e049271538816985775a5529c60..f425c19d3d4a9f0193f41feb070b55730f601d8f 100644 (file)
@@ -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