aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2009-02-07 11:07:22 +0000
committerEli Zaretskii2009-02-07 11:07:22 +0000
commit5c9c5c4ba0908c39626c4ba54eacea159bb2a646 (patch)
treec5a4f036ad0ef1724a8f7b93ba0e3deeb3c0f4d5
parent3175b12ae7dc142799e993a3bc5e076d47e20bd4 (diff)
downloademacs-5c9c5c4ba0908c39626c4ba54eacea159bb2a646.tar.gz
emacs-5c9c5c4ba0908c39626c4ba54eacea159bb2a646.zip
(Translation of Characters): Reinstate documentation of
translation-table-for-input.
-rw-r--r--doc/lispref/nonascii.texi9
1 files changed, 9 insertions, 0 deletions
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
751value of this variable, if non-@code{nil}, is applied after them. 751value of this variable, if non-@code{nil}, is applied after them.
752@end defvar 752@end defvar
753 753
754@defvar translation-table-for-input
755Self-inserting characters are translated through this translation
756table before they are inserted. Search commands also translate their
757input through this table, so they can compare more reliably with
758what's in the buffer.
759
760This variable automatically becomes buffer-local when set.
761@end defvar
762
754@defun make-translation-table-from-vector vec 763@defun make-translation-table-from-vector vec
755This function returns a translation table made from @var{vec} that is 764This function returns a translation table made from @var{vec} that is
756an array of 256 elements to map byte values 0 through 255 to 765an array of 256 elements to map byte values 0 through 255 to