changeset 71308:50bf1e82432f

(Recognize Coding): Clarify previous change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 10 Jun 2006 10:42:32 +0000
parents b4f82229f064
children ac498715ccc8
files man/mule.texi
diffstat 1 files changed, 7 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/man/mule.texi	Sat Jun 10 10:34:35 2006 +0000
+++ b/man/mule.texi	Sat Jun 10 10:42:32 2006 +0000
@@ -824,10 +824,13 @@
 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