summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/language/cyrillic.el12
1 files changed, 2 insertions, 10 deletions
diff --git a/lisp/language/cyrillic.el b/lisp/language/cyrillic.el
index 753e99e9d48..a9017062cc6 100644
--- a/lisp/language/cyrillic.el
+++ b/lisp/language/cyrillic.el
@@ -137,9 +137,9 @@ Support for Russian using koi8-r and the russian-computer input method.")
(coding-priority koi8-u)
(nonascii-translation . koi8-u)
(input-method . "ukrainian-computer")
- (sample-text . "Ukrainian (Українська) Доброго дня!")
+ (sample-text . "Ukrainian (Українська) Вітаю / Добрий день! / Привіт")
(documentation
- . "Support for Ukrainian with KOI8-U character set."))
+ . "Support for Ukrainian with koi8-u character set."))
'("Cyrillic"))
;;; ALTERNATIVNYJ stuff
@@ -256,14 +256,6 @@ Support for Russian using koi8-r and the russian-computer input method.")
\(The name Belarusian replaced Byelorussian in the early 1990s.)"))
'("Cyrillic"))
-(set-language-info-alist
- "Ukrainian" '((coding-system koi8-u)
- (coding-priority koi8-u)
- (input-method . "ukrainian-computer")
- (documentation
- . "Support for Ukrainian with koi8-u character set."))
- '("Cyrillic"))
-
(provide 'cyrillic)
;;; cyrillic.el ends here