From 7c5a1541f34c8eec8f5e1e7db66819cb6a23496a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 16 Sep 1996 19:00:18 +0000 Subject: [PATCH] (ispell-dictionary-alist-1): Add `american' to list. --- lisp/textmodes/ispell.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 69190348a60..9a29c1c95ed 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -448,10 +448,12 @@ for language-specific arguments.") (defvar ispell-dictionary-alist-1 ; sk 9-Aug-1991 18:28 '((nil ; default (english.aff) "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil) - ("english" ; make english explicitly selectable + ("english" ; make English explicitly selectable "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil) - ("british" ; british version + ("british" ; British version "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B" "-d" "british") nil) + ("american" ; American version + "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B" "-d" "american") nil) ("deutsch" ; deutsch.aff "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex") ("deutsch8" @@ -2389,7 +2391,7 @@ Both should not be used to define a buffer-local dictionary." ;;; Local Variables: ;;; mode: emacs-lisp ;;; comment-column: 40 -;;; ispell-local-dictionary: "english" +;;; ispell-local-dictionary: "american" ;;; End: -- 2.39.2