]> git.eshelyaron.com Git - emacs.git/commitdiff
(utf-16be-with-signature): Doc fix.
authorJuri Linkov <juri@jurta.org>
Wed, 12 Aug 2009 20:44:25 +0000 (20:44 +0000)
committerJuri Linkov <juri@jurta.org>
Wed, 12 Aug 2009 20:44:25 +0000 (20:44 +0000)
lisp/ChangeLog
lisp/international/mule-conf.el

index 3f48e503f3db71668be8a002f3827ee6ede14f33..ec95fd4ba52ddf140bd8c3ab90974f51e1fe30fc 100644 (file)
@@ -1,3 +1,11 @@
+2009-08-12  Juri Linkov  <juri@jurta.org>
+
+       * international/mule-cmds.el (ucs-insert): Change arguments
+       from `arg' to `character', `count', `inherit' to be the same
+       as in `insert-char'.  Doc fix.  (Bug#4039)
+
+       * international/mule-conf.el (utf-16be-with-signature): Doc fix.
+
 2009-08-12  Juri Linkov  <juri@jurta.org>
 
        * files-x.el: New file.
index f8cfa09e612dfa000ebcbd3b71640f12001ea33b..8805d5c17aa9fe6aeb56c25f93dfc11acebf4c23 100644 (file)
@@ -1245,7 +1245,7 @@ is treated as a character."
   :coding-type 'raw-text
   :eol-type 'unix
   :mnemonic ?=)
-  
+
 (define-coding-system 'iso-latin-1
   "ISO 2022 based 8-bit encoding for Latin-1 (MIME:ISO-8859-1)."
   :coding-type 'charset
@@ -1327,7 +1327,7 @@ is treated as a character."
   :mime-charset 'utf-16)
 
 (define-coding-system 'utf-16be-with-signature
-  "UTF-16 (big endian, with signature)."
+  "UTF-16 (big endian, with signature (BOM))."
   :coding-type 'utf-16
   :mnemonic ?U
   :charset-list '(unicode)