1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00

(ispell-dictionary-alist): Fix type by adding koi8-r

as in ispell-local-dictionary-alist.
This commit is contained in:
Gerd Moellmann 1999-11-13 23:40:57 +00:00
parent 9d1ee97679
commit a5d0cecce3

View File

@ -603,7 +603,8 @@ LANGUAGE.aff file \(e.g., english.aff\)."
(const :tag "default" nil))
(choice :tag "Character set"
(const iso-8859-1)
(const iso-8859-2))))
(const iso-8859-2)
(const koi8-r))))
:group 'ispell)
;;; update the dictionaries at load time