diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/international/mule.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 347e8c0c599..09c9c4ad63b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-01-07 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * international/mule.el (define-coding-system): Fix docstring | ||
| 4 | about :bom usage. | ||
| 5 | |||
| 1 | 2009-01-07 Martin Rudalics <rudalics@gmx.at> | 6 | 2009-01-07 Martin Rudalics <rudalics@gmx.at> |
| 2 | 7 | ||
| 3 | * dired.el (dired-pop-to-buffer): Don't split windows | 8 | * dired.el (dired-pop-to-buffer): Don't split windows |
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 76ee7991746..fed9eec025b 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el | |||
| @@ -711,7 +711,7 @@ This attribute has a meaning only when `:coding-type' is `iso-2022'. | |||
| 711 | 711 | ||
| 712 | This attributes specifies whether the coding system uses a `byte order | 712 | This attributes specifies whether the coding system uses a `byte order |
| 713 | mark'. VALUE must nil, t, or cons of coding systems whose | 713 | mark'. VALUE must nil, t, or cons of coding systems whose |
| 714 | `:coding-type' is `utf-16'. | 714 | `:coding-type' is `utf-16' or `utf-8'. |
| 715 | 715 | ||
| 716 | If the value is nil, on decoding, don't treat the first two-byte as | 716 | If the value is nil, on decoding, don't treat the first two-byte as |
| 717 | BOM, and on encoding, don't produce BOM bytes. | 717 | BOM, and on encoding, don't produce BOM bytes. |