From: Richard M. Stallman Date: Sat, 10 Jun 2006 10:42:32 +0000 (+0000) Subject: (Recognize Coding): Clarify previous change. X-Git-Tag: emacs-pretest-22.0.90~1993 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=27c82bfe9647f1749fd053d04e1cb94e036a1195;p=emacs.git (Recognize Coding): Clarify previous change. --- diff --git a/man/mule.texi b/man/mule.texi index 1e9f0218c36..8220a5097d1 100644 --- a/man/mule.texi +++ b/man/mule.texi @@ -824,10 +824,13 @@ Latin-1 coding system, as well as C mode. When you specify the coding explicitly in the file, that overrides @code{file-coding-system-alist}. - In that construct, you can add the character ``!'' at the end of the -coding system name. With that, as Emacs disables any character -translation while decoding the file, for instance, you can effectively -cancel the effect of @code{unify-8859-on-decoding-mode}. + If you add the character @samp{!} at the end of the coding system +name, it disables any character translation while decoding the file. +For instance, it effectively cancels the effect of +@code{unify-8859-on-decoding-mode}. This is useful when you need to +make sure that the character codes in the Emacs buffer will not +according to user settings; for instance, for the sake of strings in +Emacs Lisp source files. @vindex auto-coding-alist @vindex auto-coding-regexp-alist