(define-coding-system): Fix docstring about :bom usage.
This commit is contained in:
parent
50b0622194
commit
e48214824f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-01-07 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* international/mule.el (define-coding-system): Fix docstring
|
||||
about :bom usage.
|
||||
|
||||
2009-01-07 Martin Rudalics <rudalics@gmx.at>
|
||||
|
||||
* dired.el (dired-pop-to-buffer): Don't split windows
|
||||
|
|
|
@ -711,7 +711,7 @@ This attribute has a meaning only when `:coding-type' is `iso-2022'.
|
|||
|
||||
This attributes specifies whether the coding system uses a `byte order
|
||||
mark'. VALUE must nil, t, or cons of coding systems whose
|
||||
`:coding-type' is `utf-16'.
|
||||
`:coding-type' is `utf-16' or `utf-8'.
|
||||
|
||||
If the value is nil, on decoding, don't treat the first two-byte as
|
||||
BOM, and on encoding, don't produce BOM bytes.
|
||||
|
|
Loading…
Add table
Reference in a new issue