(define-coding-system): Fix docstring about :bom usage.
authorKenichi Handa <handa@m17n.org>
Wed, 7 Jan 2009 12:33:14 +0000 (12:33 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 7 Jan 2009 12:33:14 +0000 (12:33 +0000)
lisp/ChangeLog
lisp/international/mule.el

index 347e8c0..09c9c4a 100644 (file)
@@ -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
index 76ee799..fed9eec 100644 (file)
@@ -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.