diff options
| author | Richard M. Stallman | 2005-10-30 15:49:51 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-10-30 15:49:51 +0000 |
| commit | fb031ddd98574312121b8198614e82996b7e392d (patch) | |
| tree | dd420f3fa211fe08b6645aa62c870996dbf7ae27 /lisp/textmodes | |
| parent | e982b86f685d5f43661e55f4899a9fbcae84cee1 (diff) | |
| download | emacs-fb031ddd98574312121b8198614e82996b7e392d.tar.gz emacs-fb031ddd98574312121b8198614e82996b7e392d.zip | |
(ispell-dictionary-alist-5): Add . as boundarychar for Polish.
(ispell-dictionary-alist-4): Add . as boundarychar for Italian.
(ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/ispell.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 7c438b4269e..c2234ab8e14 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -579,11 +579,11 @@ re-start emacs." | |||
| 579 | ("francais" ; Francais.aff | 579 | ("francais" ; Francais.aff |
| 580 | "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" | 580 | "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" |
| 581 | "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" | 581 | "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" |
| 582 | "[-']" t nil "~list" iso-8859-1) | 582 | "[-'.@]" t nil "~list" iso-8859-1) |
| 583 | ("francais-tex" ; Francais.aff | 583 | ("francais-tex" ; Francais.aff |
| 584 | "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" | 584 | "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" |
| 585 | "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" | 585 | "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" |
| 586 | "[-'^`\"]" t nil "~tex" iso-8859-1))) | 586 | "[-'^`\".@]" t nil "~tex" iso-8859-1))) |
| 587 | 587 | ||
| 588 | 588 | ||
| 589 | ;;; Fourth part of dictionary, shortened for loaddefs.el | 589 | ;;; Fourth part of dictionary, shortened for loaddefs.el |
| @@ -599,7 +599,7 @@ re-start emacs." | |||
| 599 | ("italiano" ; Italian.aff | 599 | ("italiano" ; Italian.aff |
| 600 | "[A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" | 600 | "[A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" |
| 601 | "[^A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" | 601 | "[^A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" |
| 602 | "[-]" nil ("-B" "-d" "italian") "~tex" iso-8859-1) | 602 | "[-.]" nil ("-B" "-d" "italian") "~tex" iso-8859-1) |
| 603 | ("nederlands" ; Nederlands.aff | 603 | ("nederlands" ; Nederlands.aff |
| 604 | "[A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" | 604 | "[A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" |
| 605 | "[^A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" | 605 | "[^A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" |
| @@ -624,7 +624,7 @@ re-start emacs." | |||
| 624 | ("polish" ; Polish mode | 624 | ("polish" ; Polish mode |
| 625 | "[A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]" | 625 | "[A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]" |
| 626 | "[^A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]" | 626 | "[^A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]" |
| 627 | "" nil nil nil iso-8859-2) | 627 | "." nil nil nil iso-8859-2) |
| 628 | ("portugues" ; Portuguese mode | 628 | ("portugues" ; Portuguese mode |
| 629 | "[a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" | 629 | "[a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" |
| 630 | "[^a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" | 630 | "[^a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" |