]> git.eshelyaron.com Git - emacs.git/commitdiff
(emacs-mule, raw-text): Docstring modified.
authorKenichi Handa <handa@m17n.org>
Mon, 5 Mar 2001 05:58:45 +0000 (05:58 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 5 Mar 2001 05:58:45 +0000 (05:58 +0000)
lisp/international/mule-conf.el

index 7665c22a1d3efb0552079e797250202ac0e7cdb6..c551763d00c6fd6089e510763a3ff547fcc254d4 100644 (file)
 
 (make-coding-system
  'emacs-mule 0 ?=
- "Emacs internal format used in buffer and string"
+ "Emacs internal format used in buffer and string.
+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."
  nil
  '((safe-charsets . t)))
 
 (make-coding-system
  'raw-text 5 ?t
- "Raw text, which means text contains random 8-bit codes."
+ "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."
  nil
  '((safe-charsets . t)))