comparison lisp/international/mule-conf.el @ 36518:60e98df5c4ce

(emacs-mule, raw-text): Docstring modified.
author Kenichi Handa <handa@m17n.org>
date Mon, 05 Mar 2001 05:58:45 +0000
parents 5f2982b72fae
children 9688519d51d6
comparison
equal deleted inserted replaced
36517:c82aea521924 36518:60e98df5c4ce
311 311
312 ;; Coding systems not specific to each language environment. 312 ;; Coding systems not specific to each language environment.
313 313
314 (make-coding-system 314 (make-coding-system
315 'emacs-mule 0 ?= 315 'emacs-mule 0 ?=
316 "Emacs internal format used in buffer and string" 316 "Emacs internal format used in buffer and string.
317 Encoding text with this coding system produces the actual byte
318 sequence of the text in buffers and strings. An exception is made for
319 eight-bit-control characters. Each of them is encoded into a single
320 byte."
317 nil 321 nil
318 '((safe-charsets . t))) 322 '((safe-charsets . t)))
319 323
320 (make-coding-system 324 (make-coding-system
321 'raw-text 5 ?t 325 'raw-text 5 ?t
322 "Raw text, which means text contains random 8-bit codes." 326 "Raw text, which means text contains random 8-bit codes.
327 Encoding text with this coding system produces the actual byte
328 sequence of the text in buffers and strings. An exception is made for
329 eight-bit-control characters. Each of them is encoded into a single
330 byte."
323 nil 331 nil
324 '((safe-charsets . t))) 332 '((safe-charsets . t)))
325 333
326 (make-coding-system 334 (make-coding-system
327 'iso-2022-7bit 2 ?J 335 'iso-2022-7bit 2 ?J