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:
parent
9d1ee97679
commit
a5d0cecce3
@ -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…
Reference in New Issue
Block a user