comparison lisp/international/mule.el @ 23281:e07d05f47832

(make-coding-system): Doc-string modified.
author Kenichi Handa <handa@m17n.org>
date Fri, 18 Sep 1998 13:10:40 +0000
parents 30beacf88b75
children 934152e1b9a4
comparison
equal deleted inserted replaced
23280:b4656367043f 23281:e07d05f47832
486 CHARSETn are character sets initially designated to Gn graphic registers. 486 CHARSETn are character sets initially designated to Gn graphic registers.
487 If CHARSETn is nil, Gn is never used. 487 If CHARSETn is nil, Gn is never used.
488 If CHARSETn is t, Gn can be used but nothing designated initially. 488 If CHARSETn is t, Gn can be used but nothing designated initially.
489 If CHARSETn is a list of character sets, those character sets are 489 If CHARSETn is a list of character sets, those character sets are
490 designated to Gn on output, but nothing designated to Gn initially. 490 designated to Gn on output, but nothing designated to Gn initially.
491 But, character set `ascii' can be designated only to G0.
491 SHORT-FORM non-nil means use short designation sequence on output. 492 SHORT-FORM non-nil means use short designation sequence on output.
492 ASCII-EOL non-nil means designate ASCII to g0 at end of line on output. 493 ASCII-EOL non-nil means designate ASCII to g0 at end of line on output.
493 ASCII-CNTL non-nil means designate ASCII to g0 before control codes and 494 ASCII-CNTL non-nil means designate ASCII to g0 before control codes and
494 SPACE on output. 495 SPACE on output.
495 SEVEN non-nil means use 7-bit code only on output. 496 SEVEN non-nil means use 7-bit code only on output.