diff lisp/language/cyrillic.el @ 165:5a88923fcbfe r20-3b9

Import from CVS: tag r20-3b9
author cvs
date Mon, 13 Aug 2007 09:44:42 +0200
parents 3bb7ccffb0c0
children acd284d43ca1
line wrap: on
line diff
--- a/lisp/language/cyrillic.el	Mon Aug 13 09:43:39 2007 +0200
+++ b/lisp/language/cyrillic.el	Mon Aug 13 09:44:42 2007 +0200
@@ -119,7 +119,7 @@
 
 (make-coding-system
  'koi8-r 'ccl
- "Coding-system used for KOI8."
+ "Coding-system used for KOI8-R."
  `(decode ,ccl-decode-koi8
    encode ,ccl-encode-koi8
    mnemonic "KOI8"))
@@ -254,7 +254,7 @@
  "Cyrillic" '((setup-function . setup-cyrillic-environment)
 	      (describe-function . describe-cyrillic-support)
 	      (charset . (cyrillic-iso8859-5))
-	      (coding-system . (iso-8859-5 koi8 alternativnyj))
+	      (coding-system . (iso-8859-5 koi8-r alternativnyj))
 	      (sample-text . "Russian (,L@caaZXY(B)	,L7T`PRabRcYbU(B!")
 	      (documentation . nil)))