aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1994-04-21 13:51:26 +0000
committerKarl Heuer1994-04-21 13:51:26 +0000
commita004e5020ea78046c5c948c289e42ca68593f015 (patch)
tree4feae2719fc7a09c1f7ea7512405ec6dbe8ae62c
parent3a3056e5eafb81c587eb72cb442dcd9c02e7dcba (diff)
downloademacs-a004e5020ea78046c5c948c289e42ca68593f015.tar.gz
emacs-a004e5020ea78046c5c948c289e42ca68593f015.zip
(ispell-dictionary-alist): Renamed the entry for danish from "dansk" to
"danish" in order to conform with reality.
-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.")
409 "[-']" nil ("-C" "-d" "svenska") "~list") ; Add `"-T" "list"' instead? 409 "[-']" nil ("-C" "-d" "svenska") "~list") ; Add `"-T" "list"' instead?
410 ("francais" 410 ("francais"
411 "[A-Za-z]" "[^A-Za-z]" "[-`'\^]" nil nil nil) 411 "[A-Za-z]" "[^A-Za-z]" "[-`'\^]" nil nil nil)
412 ("dansk" ; dansk.aff 412 ("danish" ; danish.aff
413 "[A-Z\306\330\305a-z\346\370\345]" "[^A-Z\306\330\305a-z\346\370\345]" 413 "[A-Z\306\330\305a-z\346\370\345]" "[^A-Z\306\330\305a-z\346\370\345]"
414 "[-]" nil ("-C") nil) 414 "[-]" nil ("-C") nil)
415 ) 415 )