diff options
author | Werner LEMBERG <wl@gnu.org> | 2001-12-18 17:51:50 +0000 |
---|---|---|
committer | Werner LEMBERG <wl@gnu.org> | 2001-12-18 17:51:50 +0000 |
commit | 5ef350634d8259cb27ff797c4b9ce864bdd9bd35 (patch) | |
tree | 85fd8af61838f58d4ce640e81944cb27fb15bd0c /lisp/language/japanese.el | |
parent | 5a13a7ec04bbb7f53ee755ee253d0fdcfe3dfc2b (diff) | |
download | emacs-5ef350634d8259cb27ff797c4b9ce864bdd9bd35.tar.gz |
Improving doc strings.
Diffstat (limited to 'lisp/language/japanese.el')
-rw-r--r-- | lisp/language/japanese.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/language/japanese.el b/lisp/language/japanese.el index 20ec1aa2a50..dbb9d72cdb0 100644 --- a/lisp/language/japanese.el +++ b/lisp/language/japanese.el @@ -31,7 +31,7 @@ (make-coding-system 'iso-2022-jp 2 ?J - "ISO 2022 based 7bit encoding for Japanese (MIME:ISO-2022-JP)" + "ISO 2022 based 7bit encoding for Japanese (MIME:ISO-2022-JP)." '((ascii japanese-jisx0208-1978 japanese-jisx0208 latin-jisx0201 japanese-jisx0212) nil nil nil short ascii-eol ascii-cntl seven) @@ -43,7 +43,7 @@ (make-coding-system 'iso-2022-jp-2 2 ?J - "ISO 2022 based 7bit encoding for CJK, Latin-1, and Greek (MIME:ISO-2022-JP-2)" + "ISO 2022 based 7bit encoding for CJK, Latin-1, and Greek (MIME:ISO-2022-JP-2)." '((ascii japanese-jisx0208-1978 japanese-jisx0208 latin-jisx0201 japanese-jisx0212 chinese-gb2312 korean-ksc5601) nil @@ -57,7 +57,7 @@ (make-coding-system 'japanese-shift-jis 1 ?S - "Shift-JIS 8-bit encoding for Japanese (MIME:SHIFT_JIS)" + "Shift-JIS 8-bit encoding for Japanese (MIME:SHIFT_JIS)." nil '((safe-charsets ascii japanese-jisx0208 japanese-jisx0208-1978 latin-jisx0201 katakana-jisx0201) @@ -70,7 +70,7 @@ (make-coding-system 'japanese-iso-7bit-1978-irv 2 ?j - "ISO 2022 based 7-bit encoding for Japanese JISX0208-1978 and JISX0201-Roman" + "ISO 2022 based 7-bit encoding for Japanese JISX0208-1978 and JISX0201-Roman." '((ascii japanese-jisx0208-1978 japanese-jisx0208 latin-jisx0201 japanese-jisx0212 katakana-jisx0201 t) nil nil nil short ascii-eol ascii-cntl seven nil nil use-roman use-oldjis) @@ -81,7 +81,7 @@ (make-coding-system 'japanese-iso-8bit 2 ?E - "ISO 2022 based EUC encoding for Japanese (MIME:EUC-JP)" + "ISO 2022 based EUC encoding for Japanese (MIME:EUC-JP)." '(ascii japanese-jisx0208 katakana-jisx0201 japanese-jisx0212 short ascii-eol ascii-cntl nil nil single-shift) '((safe-charsets ascii latin-jisx0201 japanese-jisx0208 japanese-jisx0208-1978 |