aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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