mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(utf-16be-with-signature): Doc fix.
This commit is contained in:
parent
dcbac02a43
commit
fc5bdf6cb1
2 changed files with 10 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue