comparison lisp/textmodes/ispell.el @ 6285:27515aae66a8

(ispell-dictionary-alist): Add autoload. (ispell-menu-map): Don't redefine if already defined. Don't test for menu-bar since this is now done before menu-bar.
author Richard M. Stallman <rms@gnu.org>
date Thu, 10 Mar 1994 07:25:09 +0000
parents f32d9beb4acb
children 3197bf3cc0a1
comparison
equal deleted inserted replaced
6284:f32d9beb4acb 6285:27515aae66a8
383 You should set this variable before your first call to ispell (e.g. in 383 You should set this variable before your first call to ispell (e.g. in
384 your .emacs), or use the \\[ispell-change-dictionary] command to 384 your .emacs), or use the \\[ispell-change-dictionary] command to
385 change it, as changing this variable only takes effect in a newly 385 change it, as changing this variable only takes effect in a newly
386 started ispell process.") 386 started ispell process.")
387 387
388 ;;;###autoload
388 (defvar ispell-dictionary-alist ; sk 9-Aug-1991 18:28 389 (defvar ispell-dictionary-alist ; sk 9-Aug-1991 18:28
389 '((nil ; default (english.aff) 390 '((nil ; default (english.aff)
390 "[A-Za-z]" "[^A-Za-z]" "[---']" nil ("-B") nil) 391 "[A-Za-z]" "[^A-Za-z]" "[---']" nil ("-B") nil)
391 ("english" ; make english explicitly selectable 392 ("english" ; make english explicitly selectable
392 "[A-Za-z]" "[^A-Za-z]" "[---']" nil ("-B") nil) 393 "[A-Za-z]" "[^A-Za-z]" "[---']" nil ("-B") nil)