aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-04-24 22:34:19 +0000
committerJuanma Barranquero2008-04-24 22:34:19 +0000
commitbe461654b692b29df233cfdd5d061c742254bc3c (patch)
treef4a677edfe2675fa4d7357457be45686bbff266d
parent66186865d8d70ad05e067a04c56d532fde83735c (diff)
downloademacs-be461654b692b29df233cfdd5d061c742254bc3c.tar.gz
emacs-be461654b692b29df233cfdd5d061c742254bc3c.zip
(Translation of Characters): Fix previous change.
-rw-r--r--doc/lispref/nonascii.texi6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi
index b972d737f19..233fe59e1b1 100644
--- a/doc/lispref/nonascii.texi
+++ b/doc/lispref/nonascii.texi
@@ -582,12 +582,6 @@ This is the default translation table for encoding, for
582coding systems that don't specify any other translation table. 582coding systems that don't specify any other translation table.
583@end defvar 583@end defvar
584 584
585@code{set-buffer-file-coding-system} sets this variable so that your
586keyboard input gets translated into the character sets that the buffer
587is likely to contain. This variable automatically becomes
588buffer-local when set.
589@end defvar
590
591@node Coding Systems 585@node Coding Systems
592@section Coding Systems 586@section Coding Systems
593 587