# HG changeset patch # User Kenichi Handa # Date 983771925 0 # Node ID 60e98df5c4ce74ee044477cce15435e265528417 # Parent c82aea521924337480c8dfaf693af9bb2e4baf96 (emacs-mule, raw-text): Docstring modified. diff -r c82aea521924 -r 60e98df5c4ce lisp/international/mule-conf.el --- 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)))