aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2006-07-04 22:05:31 +0000
committerNick Roberts2006-07-04 22:05:31 +0000
commit770148e63f76fba1dd430ba6e64503e686bb8b1f (patch)
treead2f12eb1e2434f0be794914b17fe98d1dd3d75d
parent763dd3b65783c5696a2a0b214b53965a2f5fe03f (diff)
downloademacs-770148e63f76fba1dd430ba6e64503e686bb8b1f.tar.gz
emacs-770148e63f76fba1dd430ba6e64503e686bb8b1f.zip
(Coding Systems, Specify Coding): Link descriptions of character translation.
-rw-r--r--man/mule.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/mule.texi b/man/mule.texi
index 9cd2995502a..a49478dfe02 100644
--- a/man/mule.texi
+++ b/man/mule.texi
@@ -721,6 +721,7 @@ handles end-of-line conversion based on the data encountered, and has
721the usual three variants to specify the kind of end-of-line conversion. 721the usual three variants to specify the kind of end-of-line conversion.
722 722
723@findex unify-8859-on-decoding-mode 723@findex unify-8859-on-decoding-mode
724@anchor{Character Translation}
724 The @dfn{character translation} feature can modify the effect of 725 The @dfn{character translation} feature can modify the effect of
725various coding systems, by changing the internal Emacs codes that 726various coding systems, by changing the internal Emacs codes that
726decoding produces. For instance, the command 727decoding produces. For instance, the command
@@ -885,12 +886,11 @@ the coding explicitly in the file, that overrides
885@code{file-coding-system-alist}. 886@code{file-coding-system-alist}.
886 887
887 If you add the character @samp{!} at the end of the coding system 888 If you add the character @samp{!} at the end of the coding system
888name in @code{coding}, it disables any character translation while 889name in @code{coding}, it disables any character translation
889decoding the file. For instance, it effectively cancels the effect of 890(@pxref{Character Translation}) while decoding the file. This is
890@code{unify-8859-on-decoding-mode}. This is useful when you need to 891useful when you need to make sure that the character codes in the
891make sure that the character codes in the Emacs buffer will not vary 892Emacs buffer will not vary due to changes in user settings; for
892due to changes in user settings; for instance, for the sake of strings 893instance, for the sake of strings in Emacs Lisp source files.
893in Emacs Lisp source files.
894 894
895@node Output Coding 895@node Output Coding
896@section Choosing Coding Systems for Output 896@section Choosing Coding Systems for Output