From a004e5020ea78046c5c948c289e42ca68593f015 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 21 Apr 1994 13:51:26 +0000 Subject: [PATCH] (ispell-dictionary-alist): Renamed the entry for danish from "dansk" to "danish" in order to conform with reality. --- lisp/textmodes/ispell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ) -- 2.39.5