From: Karl Heuer Date: Thu, 21 Apr 1994 13:51:26 +0000 (+0000) Subject: (ispell-dictionary-alist): Renamed the entry for danish from "dansk" to X-Git-Tag: emacs-19.34~8848 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a004e5020ea78046c5c948c289e42ca68593f015;p=emacs.git (ispell-dictionary-alist): Renamed the entry for danish from "dansk" to "danish" in order to conform with reality. --- 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) )