emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/international mule.el


From: Kenichi Handa
Subject: [Emacs-diffs] emacs/lisp/international mule.el
Date: Wed, 07 Jan 2009 12:32:26 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   09/01/07 12:32:26

Modified files:
        lisp/international: mule.el 

Log message:
        (define-coding-system): Fix docstring about :bom usage.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/international/mule.el?cvsroot=emacs&r1=1.279&r2=1.280

Patches:
Index: mule.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/international/mule.el,v
retrieving revision 1.279
retrieving revision 1.280
diff -u -b -r1.279 -r1.280
--- mule.el     6 Jan 2009 02:05:37 -0000       1.279
+++ mule.el     7 Jan 2009 12:32:26 -0000       1.280
@@ -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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]