diff options
| author | Eli Zaretskii | 2009-01-17 10:20:48 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-01-17 10:20:48 +0000 |
| commit | fc47d8a7c9f0362e9c922ef0806d6e1103a8563e (patch) | |
| tree | e2492c884f7eecdcdfdaa2257a4ed6b68ddee122 | |
| parent | 02eccf6bfb2babe6f4a71342450690bdfcb00899 (diff) | |
| download | emacs-fc47d8a7c9f0362e9c922ef0806d6e1103a8563e.tar.gz emacs-fc47d8a7c9f0362e9c922ef0806d6e1103a8563e.zip | |
(raw-text, eight-bit): Doc fixes.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/international/mule-conf.el | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index abb083abaaf..05468e1f113 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-01-17 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * international/mule-conf.el (raw-text, eight-bit): Doc fixes. | ||
| 4 | |||
| 1 | 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es> | 5 | 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es> |
| 2 | 6 | ||
| 3 | * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing | 7 | * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing |
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 76cd176f524..8bd9301e1b7 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el | |||
| @@ -109,7 +109,7 @@ | |||
| 109 | (put-charset-property | 109 | (put-charset-property |
| 110 | 'emacs :long-name "Emacs") | 110 | 'emacs :long-name "Emacs") |
| 111 | 111 | ||
| 112 | (put-charset-property 'eight-bit :docstring "Raw bytes 0-255") | 112 | (put-charset-property 'eight-bit :docstring "Raw bytes 128-255") |
| 113 | (put-charset-property 'eight-bit :short-name "Raw bytes") | 113 | (put-charset-property 'eight-bit :short-name "Raw bytes") |
| 114 | 114 | ||
| 115 | (define-charset-alias 'ucs 'unicode) | 115 | (define-charset-alias 'ucs 'unicode) |
| @@ -1218,8 +1218,8 @@ | |||
| 1218 | "Raw text, which means text contains random 8-bit codes. | 1218 | "Raw text, which means text contains random 8-bit codes. |
| 1219 | Encoding text with this coding system produces the actual byte | 1219 | Encoding text with this coding system produces the actual byte |
| 1220 | sequence of the text in buffers and strings. An exception is made for | 1220 | sequence of the text in buffers and strings. An exception is made for |
| 1221 | eight-bit-control characters. Each of them is encoded into a single | 1221 | characters from the `eight-bit' character set. Each of them is encoded |
| 1222 | byte. | 1222 | into a single byte. |
| 1223 | 1223 | ||
| 1224 | When you visit a file with this coding, the file is read into a | 1224 | When you visit a file with this coding, the file is read into a |
| 1225 | unibyte buffer as is (except for EOL format), thus each byte of a file | 1225 | unibyte buffer as is (except for EOL format), thus each byte of a file |