Index: emacs/lisp/textmodes/ispell.el
diff -c emacs/lisp/textmodes/ispell.el:1.164 
emacs/lisp/textmodes/ispell.el:1.165
*** emacs/lisp/textmodes/ispell.el:1.164        Wed Jun  8 15:45:34 2005
--- emacs/lisp/textmodes/ispell.el      Thu Jun  9 12:11:54 2005
***************
*** 942,948 ****
        '(menu-item "Automatic spell checking (Flyspell)"
                    flyspell-mode
                    :help "Check spelling while you edit the text"
!                   :button (:toggle . flyspell-mode)))
        (define-key ispell-menu-map [ispell-complete-word]
        '(menu-item "Complete Word" ispell-complete-word
                    :help "Complete word at cursor using dictionary"))
--- 942,948 ----
        '(menu-item "Automatic spell checking (Flyspell)"
                    flyspell-mode
                    :help "Check spelling while you edit the text"
!                   :button (:toggle . (bound-and-true-p flyspell-mode))))
        (define-key ispell-menu-map [ispell-complete-word]
        '(menu-item "Complete Word" ispell-complete-word
                    :help "Complete word at cursor using dictionary"))


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to