summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1999-07-12 16:00:42 +0000
committerRichard M. Stallman <rms@gnu.org>1999-07-12 16:00:42 +0000
commit3a7855cec981db1e76aa88c7e892d298d72074ab (patch)
treebb8bcf89de5bba8194d093f24ff3873bebff71f7
parenteea6af04ee1f5784fd073b344e881af31ddc1dfc (diff)
downloademacs-3a7855cec981db1e76aa88c7e892d298d72074ab.tar.gz
(ispell-dictionary-alist-6): Change charset for Russian.
(ispell-local-dictionary-alist): Add koi8-r for character set.
-rw-r--r--lisp/textmodes/ispell.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index b42ff1c85c1..c4151f2a37e 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -418,7 +418,8 @@ See `ispell-dictionary-alist'."
(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)
@@ -526,7 +527,7 @@ See `ispell-dictionary-alist'."
'(("russian" ; Russian.aff (KOI8-R charset)
"[\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]"
"[^\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]"
- "[']" t ("-C" "-d" "russian") "~latin1" iso-8859-1)
+ "" nil ("-C" "-d" "russian") nil koi8-r)
("svenska" ; Swedish mode
"[A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]"
"[^A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]"