Mercurial > emacs
changeset 101243:db187f66982f
(raw-text, eight-bit): Doc fixes.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 17 Jan 2009 10:19:30 +0000 |
parents | af0e46997675 |
children | a09997b3243a |
files | lisp/international/mule-conf.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-conf.el Sat Jan 17 10:09:52 2009 +0000 +++ b/lisp/international/mule-conf.el Sat Jan 17 10:19:30 2009 +0000 @@ -109,7 +109,7 @@ (put-charset-property 'emacs :long-name "Emacs") -(put-charset-property 'eight-bit :docstring "Raw bytes 0-255") +(put-charset-property 'eight-bit :docstring "Raw bytes 128-255") (put-charset-property 'eight-bit :short-name "Raw bytes") (define-charset-alias 'ucs 'unicode) @@ -1218,8 +1218,8 @@ "Raw text, which means text contains random 8-bit codes. Encoding text with this coding system produces the actual byte sequence of the text in buffers and strings. An exception is made for -eight-bit-control characters. Each of them is encoded into a single -byte. +characters from the `eight-bit' character set. Each of them is encoded +into a single byte. When you visit a file with this coding, the file is read into a unibyte buffer as is (except for EOL format), thus each byte of a file