From: Eli Zaretskii Date: Sat, 20 May 2006 19:19:25 +0000 (+0000) Subject: (Coding Systems): Mention the undecided-* coding systems and their aliases. X-Git-Tag: emacs-pretest-22.0.90~2452 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=22956078a61d0abb02fab2ef01c872a685f60e22;p=emacs.git (Coding Systems): Mention the undecided-* coding systems and their aliases. --- diff --git a/man/mule.texi b/man/mule.texi index b4076dde031..c2f789ec800 100644 --- a/man/mule.texi +++ b/man/mule.texi @@ -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