changeset 100943:99fdd135b68c

(define-coding-system): Fix docstring about :bom usage.
author Kenichi Handa <handa@m17n.org>
date Wed, 07 Jan 2009 12:32:26 +0000
parents 6b6831ae5897
children 3060ee891851
files lisp/international/mule.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule.el	Wed Jan 07 12:28:19 2009 +0000
+++ b/lisp/international/mule.el	Wed Jan 07 12:32:26 2009 +0000
@@ -711,7 +711,7 @@
 
 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.