summaryrefslogtreecommitdiff
path: root/lisp/textmodes/ispell.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-04-21 13:51:26 +0000
committerKarl Heuer <kwzh@gnu.org>1994-04-21 13:51:26 +0000
commit536009850a3aad192fb3b3886f22e52bdf55b143 (patch)
tree50645f6d5ffb41b133a7ad7de8c716c4ce47a4a7 /lisp/textmodes/ispell.el
parenta7db082db61dcfab94ac7ad729c51276552f8b3f (diff)
downloademacs-536009850a3aad192fb3b3886f22e52bdf55b143.tar.gz
(ispell-dictionary-alist): Renamed the entry for danish from "dansk" to
"danish" in order to conform with reality.
Diffstat (limited to 'lisp/textmodes/ispell.el')
-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 1087ddab455..6f79f29682d 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -409,7 +409,7 @@ started ispell process.")
"[-']" nil ("-C" "-d" "svenska") "~list") ; Add `"-T" "list"' instead?
("francais"
"[A-Za-z]" "[^A-Za-z]" "[-`'\^]" nil nil nil)
- ("dansk" ; dansk.aff
+ ("danish" ; danish.aff
"[A-Z\306\330\305a-z\346\370\345]" "[^A-Z\306\330\305a-z\346\370\345]"
"[-]" nil ("-C") nil)
)