From: Kenichi Handa Date: Mon, 5 Mar 2001 05:58:45 +0000 (+0000) Subject: (emacs-mule, raw-text): Docstring modified. X-Git-Tag: emacs-pretest-21.0.99~16 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=695ac440294d044660b9bda69baf2bac16914076;p=emacs.git (emacs-mule, raw-text): Docstring modified. --- diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 7665c22a1d3..c551763d00c 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el @@ -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)))