diff options
| author | Eli Zaretskii | 2009-02-07 11:07:22 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-02-07 11:07:22 +0000 |
| commit | 5c9c5c4ba0908c39626c4ba54eacea159bb2a646 (patch) | |
| tree | c5a4f036ad0ef1724a8f7b93ba0e3deeb3c0f4d5 | |
| parent | 3175b12ae7dc142799e993a3bc5e076d47e20bd4 (diff) | |
| download | emacs-5c9c5c4ba0908c39626c4ba54eacea159bb2a646.tar.gz emacs-5c9c5c4ba0908c39626c4ba54eacea159bb2a646.zip | |
(Translation of Characters): Reinstate documentation of
translation-table-for-input.
| -rw-r--r-- | doc/lispref/nonascii.texi | 9 |
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 | |||
| 751 | value of this variable, if non-@code{nil}, is applied after them. | 751 | value 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 | ||
| 755 | Self-inserting characters are translated through this translation | ||
| 756 | table before they are inserted. Search commands also translate their | ||
| 757 | input through this table, so they can compare more reliably with | ||
| 758 | what's in the buffer. | ||
| 759 | |||
| 760 | This 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 |
| 755 | This function returns a translation table made from @var{vec} that is | 764 | This function returns a translation table made from @var{vec} that is |
| 756 | an array of 256 elements to map byte values 0 through 255 to | 765 | an array of 256 elements to map byte values 0 through 255 to |