comparison lisp/textmodes/ispell.el @ 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 7db17ee1ae58
children e4e6dc1e1be8
comparison
equal deleted inserted replaced
8675:1fe413b0a916 8676:ddbf6eaedf22
406 for language-specific arguments.") 406 for language-specific arguments.")
407 407
408 ;;;###autoload 408 ;;;###autoload
409 (defvar ispell-dictionary-alist-1 ; sk 9-Aug-1991 18:28 409 (defvar ispell-dictionary-alist-1 ; sk 9-Aug-1991 18:28
410 '((nil ; default (english.aff) 410 '((nil ; default (english.aff)
411 "[A-Za-z]" "[^A-Za-z]" "[---']" nil ("-B") nil) 411 "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil)
412 ("english" ; make english explicitly selectable 412 ("english" ; make english explicitly selectable
413 "[A-Za-z]" "[^A-Za-z]" "[---']" nil ("-B") nil) 413 "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil)
414 ("deutsch" ; deutsch.aff 414 ("deutsch" ; deutsch.aff
415 "[a-zA-Z\"]" "[^a-zA-Z\"]" "[---']" t ("-C") nil) 415 "[a-zA-Z\"]" "[^a-zA-Z\"]" "[---']" t ("-C") nil)
416 ("deutsch8" 416 ("deutsch8"
417 "[a-zA-Z\304\326\334\344\366\337\374]" 417 "[a-zA-Z\304\326\334\344\366\337\374]"
418 "[^a-zA-Z\304\326\334\344\366\337\374]" 418 "[^a-zA-Z\304\326\334\344\366\337\374]"