changeset 36518:60e98df5c4ce

(emacs-mule, raw-text): Docstring modified.
author Kenichi Handa <handa@m17n.org>
date Mon, 05 Mar 2001 05:58:45 +0000
parents c82aea521924
children f1875270e08c
files lisp/international/mule-conf.el
diffstat 1 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule-conf.el	Mon Mar 05 00:28:21 2001 +0000
+++ b/lisp/international/mule-conf.el	Mon Mar 05 05:58:45 2001 +0000
@@ -313,13 +313,21 @@
 
 (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)))