1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

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.
This commit is contained in:
Per Abrahamsen 2002-02-17 12:15:17 +00:00
parent 3eda3649db
commit a9c6d330d5
5 changed files with 32 additions and 3 deletions

View file

@ -51,6 +51,7 @@
"Spell checking on the fly."
:tag "FlySpell"
:prefix "flyspell-"
:group 'ispell
:group 'processes)
;*---------------------------------------------------------------------*/