diff options
| author | Gerd Moellmann | 2000-08-18 06:18:18 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-08-18 06:18:18 +0000 |
| commit | 6ad96760fffc278769df2513db3ea86411be5b87 (patch) | |
| tree | 445bde25e9fe031c6311c1dffbd97ebe89d506f7 /lisp | |
| parent | 7eb9e30d9d162b854a5832c1204ce244a5026266 (diff) | |
| download | emacs-6ad96760fffc278769df2513db3ea86411be5b87.tar.gz emacs-6ad96760fffc278769df2513db3ea86411be5b87.zip | |
(ispell-dictionary-alist-6): Add `portugues'.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/textmodes/ispell.el | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 37130fea109..9001bdb5ea0 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -610,9 +610,11 @@ See `ispell-dictionary-alist'." | |||
| 610 | ("svenska" ; Swedish mode | 610 | ("svenska" ; Swedish mode |
| 611 | "[A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" | 611 | "[A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" |
| 612 | "[^A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" | 612 | "[^A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" |
| 613 | "[']" nil ("-C") "~list" iso-8859-1))) | 613 | "[']" nil ("-C") "~list" iso-8859-1) |
| 614 | 614 | ("portugues" | |
| 615 | 615 | "[a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" | |
| 616 | "[^a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" | ||
| 617 | "[']" t ("-C" "-d" "portugues") "~latin1" iso-8859-1))) | ||
| 616 | 618 | ||
| 617 | ;;;###autoload | 619 | ;;;###autoload |
| 618 | (defcustom ispell-dictionary-alist | 620 | (defcustom ispell-dictionary-alist |