]> git.eshelyaron.com Git - emacs.git/commitdiff
(Coding Systems): Mention the undecided-* coding systems and their aliases.
authorEli Zaretskii <eliz@gnu.org>
Sat, 20 May 2006 19:19:25 +0000 (19:19 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 20 May 2006 19:19:25 +0000 (19:19 +0000)
man/mule.texi

index b4076dde031e7a96b01a12ccb2d1317856c13aba..c2f789ec80082fce5474e9387c90f2e971e4e34b 100644 (file)
@@ -679,6 +679,13 @@ predictable.  For example, the coding system @code{iso-latin-1} has
 variants @code{iso-latin-1-unix}, @code{iso-latin-1-dos} and
 @code{iso-latin-1-mac}.
 
+@cindex @code{undecided}, coding system
+  The coding systems @code{unix}, @code{dos}, and @code{mac} are
+aliases for @code{undecided-unix}, @code{undecided-dos}, and
+@code{undecided-mac}, respectively.  These coding systems specify only
+the end-of-line conversion, and leave the character code conversion to
+be deduced from the text itself.
+
   The coding system @code{raw-text} is good for a file which is mainly
 @acronym{ASCII} text, but may contain byte values above 127 which are
 not meant to encode non-@acronym{ASCII} characters.  With