(ispell-dictionary-alist): Fix type by adding koi8-r
as in ispell-local-dictionary-alist.
This commit is contained in:
parent
9d1ee97679
commit
a5d0cecce3
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue