]> git.eshelyaron.com Git - emacs.git/commitdiff
(ispell-dictionary-alist-5): Add . as boundarychar for Polish.
authorRichard M. Stallman <rms@gnu.org>
Sun, 30 Oct 2005 15:49:51 +0000 (15:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 30 Oct 2005 15:49:51 +0000 (15:49 +0000)
(ispell-dictionary-alist-4): Add . as boundarychar for Italian.
(ispell-dictionary-alist-3): Add . and @ as boundarychars for French.

lisp/textmodes/ispell.el

index 7c438b4269e69c7d3f818718961d69ae9d3b2e62..c2234ab8e14e15e4dd1fd47b59ad015488d3c8b3 100644 (file)
@@ -579,11 +579,11 @@ re-start emacs."
    ("francais"                         ; Francais.aff
     "[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]"
     "[^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]"
-    "[-']" t nil "~list" iso-8859-1)
+    "[-'.@]" t nil "~list" iso-8859-1)
    ("francais-tex"                     ; Francais.aff
     "[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\\]"
     "[^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\\]"
-    "[-'^`\"]" t nil "~tex" iso-8859-1)))
+    "[-'^`\".@]" t nil "~tex" iso-8859-1)))
 
 
 ;;; Fourth part of dictionary, shortened for loaddefs.el
@@ -599,7 +599,7 @@ re-start emacs."
    ("italiano"                         ; Italian.aff
     "[A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]"
     "[^A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]"
-    "[-]" nil ("-B" "-d" "italian") "~tex" iso-8859-1)
+    "[-.]" nil ("-B" "-d" "italian") "~tex" iso-8859-1)
    ("nederlands"                       ; Nederlands.aff
     "[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]"
     "[^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."
    ("polish"                           ; Polish mode
     "[A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]"
     "[^A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]"
-    "" nil nil nil iso-8859-2)
+    "." nil nil nil iso-8859-2)
    ("portugues"                                ; Portuguese mode
     "[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]"