diff options
| author | Juri Linkov | 2009-08-12 20:44:25 +0000 |
|---|---|---|
| committer | Juri Linkov | 2009-08-12 20:44:25 +0000 |
| commit | fc5bdf6cb134c268b0d0ae28b8639576d6d32eb7 (patch) | |
| tree | 9d63cfbf0f95fdf808a5d2942d6ff670070a71e6 /lisp | |
| parent | dcbac02a437fc7fce38b269d2962dd61a83f0184 (diff) | |
| download | emacs-fc5bdf6cb134c268b0d0ae28b8639576d6d32eb7.tar.gz emacs-fc5bdf6cb134c268b0d0ae28b8639576d6d32eb7.zip | |
(utf-16be-with-signature): Doc fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | lisp/international/mule-conf.el | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3f48e503f3d..ec95fd4ba52 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2009-08-12 Juri Linkov <juri@jurta.org> | 1 | 2009-08-12 Juri Linkov <juri@jurta.org> |
| 2 | 2 | ||
| 3 | * international/mule-cmds.el (ucs-insert): Change arguments | ||
| 4 | from `arg' to `character', `count', `inherit' to be the same | ||
| 5 | as in `insert-char'. Doc fix. (Bug#4039) | ||
| 6 | |||
| 7 | * international/mule-conf.el (utf-16be-with-signature): Doc fix. | ||
| 8 | |||
| 9 | 2009-08-12 Juri Linkov <juri@jurta.org> | ||
| 10 | |||
| 3 | * files-x.el: New file. | 11 | * files-x.el: New file. |
| 4 | 12 | ||
| 5 | * files.el: Move code that deals with adding/deleting | 13 | * files.el: Move code that deals with adding/deleting |
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index f8cfa09e612..8805d5c17aa 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el | |||
| @@ -1245,7 +1245,7 @@ is treated as a character." | |||
| 1245 | :coding-type 'raw-text | 1245 | :coding-type 'raw-text |
| 1246 | :eol-type 'unix | 1246 | :eol-type 'unix |
| 1247 | :mnemonic ?=) | 1247 | :mnemonic ?=) |
| 1248 | 1248 | ||
| 1249 | (define-coding-system 'iso-latin-1 | 1249 | (define-coding-system 'iso-latin-1 |
| 1250 | "ISO 2022 based 8-bit encoding for Latin-1 (MIME:ISO-8859-1)." | 1250 | "ISO 2022 based 8-bit encoding for Latin-1 (MIME:ISO-8859-1)." |
| 1251 | :coding-type 'charset | 1251 | :coding-type 'charset |
| @@ -1327,7 +1327,7 @@ is treated as a character." | |||
| 1327 | :mime-charset 'utf-16) | 1327 | :mime-charset 'utf-16) |
| 1328 | 1328 | ||
| 1329 | (define-coding-system 'utf-16be-with-signature | 1329 | (define-coding-system 'utf-16be-with-signature |
| 1330 | "UTF-16 (big endian, with signature)." | 1330 | "UTF-16 (big endian, with signature (BOM))." |
| 1331 | :coding-type 'utf-16 | 1331 | :coding-type 'utf-16 |
| 1332 | :mnemonic ?U | 1332 | :mnemonic ?U |
| 1333 | :charset-list '(unicode) | 1333 | :charset-list '(unicode) |