aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-05-02 07:26:39 +0000
committerRichard M. Stallman1997-05-02 07:26:39 +0000
commita7b0df0db4e5534c8d05efc6053b6d1116dee3f6 (patch)
tree0e1b64e5c4c89e3d818251065467ed68422994d6
parent0985b41295cbf58bc95cf713e16d46bd33a92671 (diff)
downloademacs-a7b0df0db4e5534c8d05efc6053b6d1116dee3f6.tar.gz
emacs-a7b0df0db4e5534c8d05efc6053b6d1116dee3f6.zip
(ispell-dictionary-alist-2): Specify syntax of ' in Danish.
-rw-r--r--lisp/textmodes/ispell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 940915672ee..817f8d281a7 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -532,7 +532,7 @@ for language-specific arguments."
532 "[---'^`\"]" t nil "~tex") 532 "[---'^`\"]" t nil "~tex")
533 ("dansk" ; dansk.aff 533 ("dansk" ; dansk.aff
534 "[A-Z\306\330\305a-z\346\370\345]" "[^A-Z\306\330\305a-z\346\370\345]" 534 "[A-Z\306\330\305a-z\346\370\345]" "[^A-Z\306\330\305a-z\346\370\345]"
535 "" nil ("-C") nil) 535 "[']" nil ("-C") nil)
536 )) 536 ))
537 537
538 538