changeset 88766:4eeed541231e

("Belarusian"): Doc fix. (Cp1125, koi8-t): Doc fix.
author Dave Love <fx@gnu.org>
date Fri, 14 Jun 2002 23:23:08 +0000
parents 0604a2c8ee81
children b861d4bbb70f
files lisp/language/cyrillic.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/language/cyrillic.el	Thu Jun 13 17:32:09 2002 +0000
+++ b/lisp/language/cyrillic.el	Fri Jun 14 23:23:08 2002 +0000
@@ -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)