diff lisp/textmodes/flyspell.el @ 43383:d21a74d23497

2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk> * menu-bar.el (menu-bar-showhide-menu): Added speedbar. (menu-bar-tools-menu): Removed speedbar. * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell' and `flyspell-mode' entries. * textmodes/flyspell.el (flyspell): Add to ispell group.
author Per Abrahamsen <abraham@dina.kvl.dk>
date Sun, 17 Feb 2002 12:15:17 +0000
parents b3cf1a561428
children e3bdc12b3e47
line wrap: on
line diff
--- a/lisp/textmodes/flyspell.el	Sun Feb 17 10:29:13 2002 +0000
+++ b/lisp/textmodes/flyspell.el	Sun Feb 17 12:15:17 2002 +0000
@@ -51,6 +51,7 @@
   "Spell checking on the fly."
   :tag "FlySpell"
   :prefix "flyspell-"
+  :group 'ispell
   :group 'processes)
 
 ;*---------------------------------------------------------------------*/