diff options
| author | Richard M. Stallman | 2006-01-20 01:30:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-01-20 01:30:49 +0000 |
| commit | fa27fb286e3ba6902ffc8dfb01246d7d18882bb5 (patch) | |
| tree | 59cd0500a2eddd59bce9cd09a3f2c8c572f83109 | |
| parent | 7b6f346ed332ae0706fba83493e42f61f9d233da (diff) | |
| download | emacs-fa27fb286e3ba6902ffc8dfb01246d7d18882bb5.tar.gz emacs-fa27fb286e3ba6902ffc8dfb01246d7d18882bb5.zip | |
(Translation of Characters): Search cmds use
translation-table-for-input. Automatically made local.
| -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 |