comparison lisp/international/mule.el @ 108834:91c7e7b1d29a

Fix bug #6313. lisp/international/mule.el (define-coding-system): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 30 May 2010 22:47:34 +0300
parents 973b5bc5fcfe
children 0ed39249e8e4
comparison
equal deleted inserted replaced
108833:14bdecf19b8c 108834:91c7e7b1d29a
606 `:eol-type' 606 `:eol-type'
607 607
608 VALUE is the EOL (end-of-line) format of the coding system. It must be 608 VALUE is the EOL (end-of-line) format of the coding system. It must be
609 one of `unix', `dos', `mac'. The symbol `unix' means Unix-like EOL 609 one 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),
611 and `mac' means Mac-like EOL \(i.e. single CR). If omitted, on 611 and `mac' means Mac-like EOL \(i.e. single CR). If omitted, Emacs
612 decoding by the coding system, Emacs automatically detects the EOL 612 detects the EOL format automatically when decoding.
613 format of the source text.
614 613
615 `:charset-list' 614 `:charset-list'
616 615
617 VALUE must be a list of charsets supported by the coding system. On 616 VALUE must be a list of charsets supported by the coding system. On
618 encoding by the coding system, if a character belongs to multiple 617 encoding by the coding system, if a character belongs to multiple
661 660
662 `:for-unibyte' 661 `:for-unibyte'
663 662
664 VALUE non-nil means that visiting a file with the coding system 663 VALUE non-nil means that visiting a file with the coding system
665 results in a unibyte buffer. 664 results in a unibyte buffer.
666
667 `:eol-type'
668
669 VALUE must be `unix', `dos', `mac'. The symbol `unix' means Unix-like
670 EOL (LF), `dos' means DOS-like EOL (CRLF), and `mac' means Mac-like
671 EOL (CR). If omitted, on decoding, the coding system detects EOL
672 format automatically, and on encoding, uses Unix-like EOL.
673 665
674 `:mime-charset' 666 `:mime-charset'
675 667
676 VALUE must be a symbol whose name is that of a MIME charset converted 668 VALUE must be a symbol whose name is that of a MIME charset converted
677 to lower case. 669 to lower case.