From 695ac440294d044660b9bda69baf2bac16914076 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 5 Mar 2001 05:58:45 +0000 Subject: [PATCH] (emacs-mule, raw-text): Docstring modified. --- lisp/international/mule-conf.el | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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))) -- 2.39.5