aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/international/mule.el
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2010-05-30 22:47:34 +0300
committerEli Zaretskii <[email protected]>2010-05-30 22:47:34 +0300
commit9e8014c63aac39d5ca9987366ca506ba4d2aaffe (patch)
tree33c4915e205bac357a2a01e5179ad8982e865a97 /lisp/international/mule.el
parent6dcfd2538373529448f593d22708917bc03b6bbd (diff)
Fix bug #6313.
lisp/international/mule.el (define-coding-system): Doc fix.
Diffstat (limited to 'lisp/international/mule.el')
-rw-r--r--lisp/international/mule.el12
1 files changed, 2 insertions, 10 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el
index ef3ef1e2ef..a89eaf4a75 100644
--- a/lisp/international/mule.el
+++ b/lisp/international/mule.el
@@ -608,9 +608,8 @@ VALUE must be one of `charset', `utf-8', `utf-16', `iso-2022',
VALUE is the EOL (end-of-line) format of the coding system. It must be
one of `unix', `dos', `mac'. The symbol `unix' means Unix-like EOL
\(i.e. single LF), `dos' means DOS-like EOL \(i.e. sequence of CR LF),
-and `mac' means Mac-like EOL \(i.e. single CR). If omitted, on
-decoding by the coding system, Emacs automatically detects the EOL
-format of the source text.
+and `mac' means Mac-like EOL \(i.e. single CR). If omitted, Emacs
+detects the EOL format automatically when decoding.
`:charset-list'
@@ -664,13 +663,6 @@ the coding system is replaced with VALUE.
VALUE non-nil means that visiting a file with the coding system
results in a unibyte buffer.
-`:eol-type'
-
-VALUE must be `unix', `dos', `mac'. The symbol `unix' means Unix-like
-EOL (LF), `dos' means DOS-like EOL (CRLF), and `mac' means Mac-like
-EOL (CR). If omitted, on decoding, the coding system detects EOL
-format automatically, and on encoding, uses Unix-like EOL.
-
`:mime-charset'
VALUE must be a symbol whose name is that of a MIME charset converted