]> git.eshelyaron.com Git - emacs.git/commitdiff
(ispell-dictionary-alist-1): For English, remove hyphen from the OTHERCHARS.
authorRichard M. Stallman <rms@gnu.org>
Wed, 31 Aug 1994 22:20:32 +0000 (22:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 31 Aug 1994 22:20:32 +0000 (22:20 +0000)
lisp/textmodes/ispell.el

index 3b124ccd90283119e9d9ff2ba8497a06950c7145..efc6555ae9355c56ed6817a950cf90c977c33d56 100644 (file)
@@ -408,9 +408,9 @@ for language-specific arguments.")
 ;;;###autoload
 (defvar ispell-dictionary-alist-1      ; sk  9-Aug-1991 18:28
   '((nil                               ; default (english.aff)
-     "[A-Za-z]" "[^A-Za-z]" "[---']" nil ("-B") nil)
+     "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil)
     ("english"                         ; make english explicitly selectable
-     "[A-Za-z]" "[^A-Za-z]" "[---']" nil ("-B") nil)
+     "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil)
     ("deutsch"                         ; deutsch.aff
      "[a-zA-Z\"]" "[^a-zA-Z\"]" "[---']" t ("-C") nil)
     ("deutsch8"