mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-23 10:34:07 +00:00
(Translation of Characters): Reinstate documentation of
translation-table-for-input.
This commit is contained in:
parent
3175b12ae7
commit
5c9c5c4ba0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user