summaryrefslogtreecommitdiff
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-03-15 09:18:31 +0000
committerGerd Moellmann <gerd@gnu.org>2001-03-15 09:18:31 +0000
commitc58ab353c9d12be47a2ec6a2cf2914433d06958d (patch)
treebfeac11c70e55ccc3bf174b1b643cfb1ddc5501e /lisp/textmodes
parenta65af9c072fc1a657c564ed65d0c2319db86ab4b (diff)
downloademacs-c58ab353c9d12be47a2ec6a2cf2914433d06958d.tar.gz
(ispell-dictionary-alist-6): Add support
for Slovak. From Pavel.Janik@suse.cz (Pavel Jan,Bm(Bk ml.).
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/ispell.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index e8d525d4599..04e0b15c03a 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -610,7 +610,11 @@ See `ispell-dictionary-alist'."
("portugues"
"[a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]"
"[^a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]"
- "[']" t ("-C" "-d" "portugues") "~latin1" iso-8859-1)))
+ "[']" t ("-C" "-d" "portugues") "~latin1" iso-8859-1)
+ ("slovak"
+ "[A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]"
+ "[^A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]"
+ "" nil ("-B" "-d" "slovak") nil iso-8859-2)))
;;;###autoload
(defcustom ispell-dictionary-alist