summaryrefslogtreecommitdiff
path: root/lisp/language/cyrillic.el
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2002-06-14 23:23:08 +0000
committerDave Love <fx@gnu.org>2002-06-14 23:23:08 +0000
commit057eca0991c04ec70f62d94a2e7335dc1b505c7b (patch)
tree5415aa3c152f8b41b23877120d9a1291adf92791 /lisp/language/cyrillic.el
parentaee13d0b186835680abc4c51214c1a56aa7c5056 (diff)
downloademacs-057eca0991c04ec70f62d94a2e7335dc1b505c7b.tar.gz
("Belarusian"): Doc fix.
(Cp1125, koi8-t): Doc fix.
Diffstat (limited to 'lisp/language/cyrillic.el')
-rw-r--r--lisp/language/cyrillic.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/language/cyrillic.el b/lisp/language/cyrillic.el
index 7a0f62675d1..1833d24a63e 100644
--- a/lisp/language/cyrillic.el
+++ b/lisp/language/cyrillic.el
@@ -115,7 +115,7 @@
:mime-charset 'koi8-u)
(define-coding-system 'koi8-t
- "KOI8-T 8-bit encoding for Cyrillic (MIME: KOI8-T)"
+ "KOI8-T 8-bit encoding for Cyrillic"
:coding-type 'charset
:mnemonic ?*
:charset-list '(koi8-t)
@@ -130,7 +130,7 @@
(define-coding-system-alias 'cp1251 'windows-1251)
(define-coding-system 'cp1125
- "cp1125 8-bit encoding for Cyrillic (MIME: CP1125)"
+ "cp1125 8-bit encoding for Cyrillic"
:coding-type 'charset
:mnemonic ?*
:charset-list '(cp1125))
@@ -183,7 +183,7 @@
(features code-pages)
(documentation
. "Support for Belarusian with windows-1251 character set.
-(The name Belarusian replaced Byelorussian in the eraly 1990s.)"))
+\(The name Belarusian replaced Byelorussian in the early 1990s.)"))
'("Cyrillic"))
(provide 'cyrillic)