]> git.eshelyaron.com Git - emacs.git/commitdiff
(ispell-dictionary-alist): Renamed the entry for danish from "dansk" to
authorKarl Heuer <kwzh@gnu.org>
Thu, 21 Apr 1994 13:51:26 +0000 (13:51 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 21 Apr 1994 13:51:26 +0000 (13:51 +0000)
"danish" in order to conform with reality.

lisp/textmodes/ispell.el

index 1087ddab455fc7673e52c4473567347938933cf3..6f79f29682d4f421bb5f695ab7cebe2071f72739 100644 (file)
@@ -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)
     )