diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-04-24 22:34:19 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-04-24 22:34:19 +0000 |
commit | be461654b692b29df233cfdd5d061c742254bc3c (patch) | |
tree | f4a677edfe2675fa4d7357457be45686bbff266d | |
parent | 66186865d8d70ad05e067a04c56d532fde83735c (diff) | |
download | emacs-be461654b692b29df233cfdd5d061c742254bc3c.tar.gz |
(Translation of Characters): Fix previous change.
-rw-r--r-- | doc/lispref/nonascii.texi | 6 |
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 coding systems that don't specify any other translation table. @end defvar -@code{set-buffer-file-coding-system} sets this variable so that your -keyboard input gets translated into the character sets that the buffer -is likely to contain. This variable automatically becomes -buffer-local when set. -@end defvar - @node Coding Systems @section Coding Systems |