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/cyrillic.el | |
parent | 5a13a7ec04bbb7f53ee755ee253d0fdcfe3dfc2b (diff) | |
download | emacs-5ef350634d8259cb27ff797c4b9ce864bdd9bd35.tar.gz |
Improving doc strings.
Diffstat (limited to 'lisp/language/cyrillic.el')
-rw-r--r-- | lisp/language/cyrillic.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/language/cyrillic.el b/lisp/language/cyrillic.el index dbf51acbd52..43d91e46a3d 100644 --- a/lisp/language/cyrillic.el +++ b/lisp/language/cyrillic.el @@ -36,7 +36,7 @@ (make-coding-system 'cyrillic-iso-8bit 2 ?5 - "ISO 2022 based 8-bit encoding for Cyrillic script (MIME:ISO-8859-5)" + "ISO 2022 based 8-bit encoding for Cyrillic script (MIME:ISO-8859-5)." '(ascii cyrillic-iso8859-5 nil nil nil nil nil nil nil nil nil) '((safe-charsets ascii cyrillic-iso8859-5) @@ -111,7 +111,8 @@ ;; but it is also used for Korean. ;; So people who use koi8 for languages other than Russian ;; will have to forgive us. - ?R "KOI8 8-bit encoding for Cyrillic (MIME: KOI8-R)" + ?R + "KOI8 8-bit encoding for Cyrillic (MIME: KOI8-R)." '(ccl-decode-koi8 . ccl-encode-koi8) `((safe-chars . ,(let ((table (make-char-table 'safe-chars)) (i 0)) @@ -202,7 +203,7 @@ (make-coding-system 'cyrillic-alternativnyj 4 ?A - "ALTERNATIVNYJ 8-bit encoding for Cyrillic" + "ALTERNATIVNYJ 8-bit encoding for Cyrillic." '(ccl-decode-alternativnyj . ccl-encode-alternativnyj) `((safe-chars . ,(let ((table (make-char-table 'safe-chars)) (i 0)) |