aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/mule.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/man/mule.texi b/man/mule.texi
index 64461a4e6be..e819e186a7e 100644
--- a/man/mule.texi
+++ b/man/mule.texi
@@ -814,6 +814,15 @@ reread the file using the correct coding system by typing @kbd{C-x
814the file, look at the coding system mnemonic letter near the left edge 814the file, look at the coding system mnemonic letter near the left edge
815of the mode line (@pxref{Mode Line}), or type @kbd{C-h C @key{RET}}. 815of the mode line (@pxref{Mode Line}), or type @kbd{C-h C @key{RET}}.
816 816
817@findex unify-8859-on-decoding-mode
818 The command @code{unify-8859-on-decoding-mode} enables a mode that
819``unifies'' the Latin alphabets when decoding text. This works by
820converting all non-ASCII Latin-@var{n} characters to either Latin-1 or
821Unicode characters. This way it is easier to use various
822Latin-@var{n} alphabets together. In a future Emacs version we hope
823to move towards full Unicode support and complete unification of
824character sets.
825
817@vindex buffer-file-coding-system 826@vindex buffer-file-coding-system
818 Once Emacs has chosen a coding system for a buffer, it stores that 827 Once Emacs has chosen a coding system for a buffer, it stores that
819coding system in @code{buffer-file-coding-system} and uses that coding 828coding system in @code{buffer-file-coding-system} and uses that coding