From e48214824f2468d4e6cb1f34967bd2b48335edc8 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 7 Jan 2009 12:33:14 +0000 Subject: [PATCH] (define-coding-system): Fix docstring about :bom usage. --- lisp/ChangeLog | 5 +++++ lisp/international/mule.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 347e8c0c599..09c9c4ad63b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-01-07 Kenichi Handa + + * international/mule.el (define-coding-system): Fix docstring + about :bom usage. + 2009-01-07 Martin Rudalics * 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'. 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. -- 2.39.2