aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/international/mule.el12
2 files changed, 6 insertions, 10 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 90b04f6c7c7..0d0eae76851 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12010-05-30 Eli Zaretskii <eliz@gnu.org>
2
3 * international/mule.el (define-coding-system): Doc fix (bug#6313).
4
12010-05-30 Juanma Barranquero <lekktu@gmail.com> 52010-05-30 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * emulation/cua-base.el: Recognize also `right-word' and `left-word'. 7 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
diff --git a/lisp/international/mule.el b/lisp/international/mule.el
index ef3ef1e2efa..a89eaf4a753 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',
608VALUE is the EOL (end-of-line) format of the coding system. It must be 608VALUE is the EOL (end-of-line) format of the coding system. It must be
609one of `unix', `dos', `mac'. The symbol `unix' means Unix-like EOL 609one of `unix', `dos', `mac'. The symbol `unix' means Unix-like EOL
610\(i.e. single LF), `dos' means DOS-like EOL \(i.e. sequence of CR LF), 610\(i.e. single LF), `dos' means DOS-like EOL \(i.e. sequence of CR LF),
611and `mac' means Mac-like EOL \(i.e. single CR). If omitted, on 611and `mac' means Mac-like EOL \(i.e. single CR). If omitted, Emacs
612decoding by the coding system, Emacs automatically detects the EOL 612detects the EOL format automatically when decoding.
613format of the source text.
614 613
615`:charset-list' 614`:charset-list'
616 615
@@ -664,13 +663,6 @@ the coding system is replaced with VALUE.
664VALUE non-nil means that visiting a file with the coding system 663VALUE non-nil means that visiting a file with the coding system
665results in a unibyte buffer. 664results in a unibyte buffer.
666 665
667`:eol-type'
668
669VALUE must be `unix', `dos', `mac'. The symbol `unix' means Unix-like
670EOL (LF), `dos' means DOS-like EOL (CRLF), and `mac' means Mac-like
671EOL (CR). If omitted, on decoding, the coding system detects EOL
672format automatically, and on encoding, uses Unix-like EOL.
673
674`:mime-charset' 666`:mime-charset'
675 667
676VALUE must be a symbol whose name is that of a MIME charset converted 668VALUE must be a symbol whose name is that of a MIME charset converted