# HG changeset patch # User Karl Heuer # Date 766936286 0 # Node ID 3632da43b414ac1edfa308c3a2c6e07744e3ae4e # Parent 0c4d3481bb1b80caceb2b602a3a592bbc4cf2418 (ispell-dictionary-alist): Renamed the entry for danish from "dansk" to "danish" in order to conform with reality. diff -r 0c4d3481bb1b -r 3632da43b414 lisp/textmodes/ispell.el --- a/lisp/textmodes/ispell.el Thu Apr 21 09:04:46 1994 +0000 +++ b/lisp/textmodes/ispell.el Thu Apr 21 13:51:26 1994 +0000 @@ -409,7 +409,7 @@ "[-']" 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) )