diff options
| author | Juanma Barranquero | 2008-04-24 22:34:19 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-04-24 22:34:19 +0000 |
| commit | be461654b692b29df233cfdd5d061c742254bc3c (patch) | |
| tree | f4a677edfe2675fa4d7357457be45686bbff266d | |
| parent | 66186865d8d70ad05e067a04c56d532fde83735c (diff) | |
| download | emacs-be461654b692b29df233cfdd5d061c742254bc3c.tar.gz emacs-be461654b692b29df233cfdd5d061c742254bc3c.zip | |
(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 | |||
| 582 | coding systems that don't specify any other translation table. | 582 | coding 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 | ||
| 586 | keyboard input gets translated into the character sets that the buffer | ||
| 587 | is likely to contain. This variable automatically becomes | ||
| 588 | buffer-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 | ||