aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2006-06-09 04:09:30 +0000
committerKenichi Handa2006-06-09 04:09:30 +0000
commit7aa5b22f290101bca740bc1fb3cb9b6dae0ae4fc (patch)
treebbcabc9f1230ab1ff5f4f4505c47c189772114de
parent34c5305c5b946ef3a9c4342402910545662a0039 (diff)
downloademacs-7aa5b22f290101bca740bc1fb3cb9b6dae0ae4fc.tar.gz
emacs-7aa5b22f290101bca740bc1fb3cb9b6dae0ae4fc.zip
(Recognize Coding): Describe the convention of "CODING!"
notation.
-rw-r--r--man/mule.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/mule.texi b/man/mule.texi
index 812a4d57a1c..1e9f0218c36 100644
--- a/man/mule.texi
+++ b/man/mule.texi
@@ -824,6 +824,11 @@ Latin-1 coding system, as well as C mode. When you specify the coding
824explicitly in the file, that overrides 824explicitly in the file, that overrides
825@code{file-coding-system-alist}. 825@code{file-coding-system-alist}.
826 826
827 In that construct, you can add the character ``!'' at the end of the
828coding system name. With that, as Emacs disables any character
829translation while decoding the file, for instance, you can effectively
830cancel the effect of @code{unify-8859-on-decoding-mode}.
831
827@vindex auto-coding-alist 832@vindex auto-coding-alist
828@vindex auto-coding-regexp-alist 833@vindex auto-coding-regexp-alist
829@vindex auto-coding-functions 834@vindex auto-coding-functions