diff options
| -rw-r--r-- | lispref/nonascii.texi | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lispref/nonascii.texi b/lispref/nonascii.texi index 73632e36514..6e41a462934 100644 --- a/lispref/nonascii.texi +++ b/lispref/nonascii.texi | |||
| @@ -578,12 +578,14 @@ coding systems that don't specify any other translation table. | |||
| 578 | 578 | ||
| 579 | @defvar translation-table-for-input | 579 | @defvar translation-table-for-input |
| 580 | Self-inserting characters are translated through this translation | 580 | Self-inserting characters are translated through this translation |
| 581 | table before they are inserted. This variable automatically becomes | 581 | table before they are inserted. Search commands also translate their |
| 582 | buffer-local when set. | 582 | input through this table, so they can compare more reliably with |
| 583 | what's in the buffer. | ||
| 583 | 584 | ||
| 584 | @code{set-buffer-file-coding-system} sets this variable so that your | 585 | @code{set-buffer-file-coding-system} sets this variable so that your |
| 585 | keyboard input gets translated into the character sets that the buffer | 586 | keyboard input gets translated into the character sets that the buffer |
| 586 | is likely to contain. | 587 | is likely to contain. This variable automatically becomes |
| 588 | buffer-local when set. | ||
| 587 | @end defvar | 589 | @end defvar |
| 588 | 590 | ||
| 589 | @node Coding Systems | 591 | @node Coding Systems |