aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-05-09 15:05:58 +0000
committerEli Zaretskii2001-05-09 15:05:58 +0000
commit6c0325db060dd9da5c2fbe7929657694c11bd8f3 (patch)
treefb57cacd44225a20cb8acd85c977b432633a5fb2
parent8ddf3ee1743d87e89e597287e838291cc62d132c (diff)
downloademacs-6c0325db060dd9da5c2fbe7929657694c11bd8f3.tar.gz
emacs-6c0325db060dd9da5c2fbe7929657694c11bd8f3.zip
(Recognize Coding): Explain how to see what Emacs used to decode a file.
-rw-r--r--man/mule.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/man/mule.texi b/man/mule.texi
index e490d091b38..40bf368f1d4 100644
--- a/man/mule.texi
+++ b/man/mule.texi
@@ -796,7 +796,9 @@ applies to the archive file as a whole.
796 If Emacs recognizes the encoding of a file incorrectly, you can 796 If Emacs recognizes the encoding of a file incorrectly, you can
797reread the file using the correct coding system by typing @kbd{C-x 797reread the file using the correct coding system by typing @kbd{C-x
798@key{RET} c @var{coding-system} @key{RET} M-x revert-buffer 798@key{RET} c @var{coding-system} @key{RET} M-x revert-buffer
799@key{RET}}. 799@key{RET}}. To see what coding system did Emacs use to decode the
800file, look at the coding system mnemonic letter near the left edge of
801the mode line (@pxref{Mode Line}), or type @kbd{C-h C @key{RET}}.
800 802
801@vindex buffer-file-coding-system 803@vindex buffer-file-coding-system
802 Once Emacs has chosen a coding system for a buffer, it stores that 804 Once Emacs has chosen a coding system for a buffer, it stores that