aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-01-20 01:30:49 +0000
committerRichard M. Stallman2006-01-20 01:30:49 +0000
commitfa27fb286e3ba6902ffc8dfb01246d7d18882bb5 (patch)
tree59cd0500a2eddd59bce9cd09a3f2c8c572f83109
parent7b6f346ed332ae0706fba83493e42f61f9d233da (diff)
downloademacs-fa27fb286e3ba6902ffc8dfb01246d7d18882bb5.tar.gz
emacs-fa27fb286e3ba6902ffc8dfb01246d7d18882bb5.zip
(Translation of Characters): Search cmds use
translation-table-for-input. Automatically made local.
-rw-r--r--lispref/nonascii.texi8
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
580Self-inserting characters are translated through this translation 580Self-inserting characters are translated through this translation
581table before they are inserted. This variable automatically becomes 581table before they are inserted. Search commands also translate their
582buffer-local when set. 582input through this table, so they can compare more reliably with
583what'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
585keyboard input gets translated into the character sets that the buffer 586keyboard input gets translated into the character sets that the buffer
586is likely to contain. 587is likely to contain. This variable automatically becomes
588buffer-local when set.
587@end defvar 589@end defvar
588 590
589@node Coding Systems 591@node Coding Systems