diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 62a2579cc78..4f7c7e1288e 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -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