comparison lisp/international/mule.el @ 88495:5082b2d8d5eb

(define-coding-system): Docstring fixed (sjis->shift-jis).
author Kenichi Handa <handa@m17n.org>
date Tue, 14 May 2002 07:58:24 +0000
parents 4f93848ba5a8
children 936dca068940
comparison
equal deleted inserted replaced
88494:2f99580a8762 88495:5082b2d8d5eb
405 VALUE is a character to display on mode line for the coding system. 405 VALUE is a character to display on mode line for the coding system.
406 406
407 `:coding-type' (required) 407 `:coding-type' (required)
408 408
409 VALUE must be one of `charset', `utf-8', `utf-16', `iso-2022', 409 VALUE must be one of `charset', `utf-8', `utf-16', `iso-2022',
410 `emacs-mule', `sjis', `big5', `ccl', `raw-text', `undecided'. 410 `emacs-mule', `shift-jis', `big5', `ccl', `raw-text', `undecided'.
411 411
412 `:eol-type' (optional) 412 `:eol-type' (optional)
413 413
414 VALUE is an EOL (end-of-line) format of the coding system. It must be 414 VALUE is an EOL (end-of-line) format of the coding system. It must be
415 one of `unix', `dos', `mac'. The symbol `unix' means Unix-like EOL 415 one of `unix', `dos', `mac'. The symbol `unix' means Unix-like EOL