]> git.eshelyaron.com Git - emacs.git/commitdiff
(raw-text, eight-bit): Doc fixes.
authorEli Zaretskii <eliz@gnu.org>
Sat, 17 Jan 2009 10:20:48 +0000 (10:20 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 17 Jan 2009 10:20:48 +0000 (10:20 +0000)
lisp/ChangeLog
lisp/international/mule-conf.el

index abb083abaafdb7bd5bd316ded3f09ff7719312bd..05468e1f1139994fa37acabd1d207ab78f950fda 100644 (file)
@@ -1,3 +1,7 @@
+2009-01-17  Eli Zaretskii  <eliz@gnu.org>
+
+       * international/mule-conf.el (raw-text, eight-bit): Doc fixes.
+
 2009-01-16  Agustín Martín <agustin.martin@hispalinux.es>
 
        * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing
index 76cd176f5249b5fea3cf202e94ee32ea956644ec..8bd9301e1b7aaa16d4026f931e20e63464b1b69e 100644 (file)
 (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)
   "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