]> git.eshelyaron.com Git - emacs.git/commitdiff
(ispell-dictionary-alist-6): Add `portugues'.
authorGerd Moellmann <gerd@gnu.org>
Fri, 18 Aug 2000 06:18:18 +0000 (06:18 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 18 Aug 2000 06:18:18 +0000 (06:18 +0000)
lisp/textmodes/ispell.el

index 37130fea109e41eab42a72b2d7c4b3ebba3a56a2..9001bdb5ea02f4bf5892d8628ebfbf79f72a6bcc 100644 (file)
@@ -610,9 +610,11 @@ See `ispell-dictionary-alist'."
    ("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]"
-    "[']" nil ("-C") "~list" iso-8859-1)))
-
-
+    "[']" nil ("-C") "~list" iso-8859-1)
+   ("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)))
 
 ;;;###autoload
 (defcustom ispell-dictionary-alist