# HG changeset patch # User Kenichi Handa # Date 1231331546 0 # Node ID 99fdd135b68c9ba4b3f4619e7e02754e8195bcb5 # Parent 6b6831ae5897469d2c644a969bb5c73cfdab6ef7 (define-coding-system): Fix docstring about :bom usage. diff -r 6b6831ae5897 -r 99fdd135b68c lisp/international/mule.el --- 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.