emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el
Date: Thu, 09 Jun 2005 08:11:55 -0400

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"))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]