Mercurial > emacs
changeset 8676:ddbf6eaedf22
(ispell-dictionary-alist-1): For English, remove hyphen from the OTHERCHARS.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 31 Aug 1994 22:20:32 +0000 |
parents | 1fe413b0a916 |
children | d41510c69a3f |
files | lisp/textmodes/ispell.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/ispell.el Wed Aug 31 20:45:41 1994 +0000 +++ b/lisp/textmodes/ispell.el Wed Aug 31 22:20:32 1994 +0000 @@ -408,9 +408,9 @@ ;;;###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"