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: Per Abrahamsen
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el
Date: Sun, 17 Feb 2002 07:15:17 -0500

Index: emacs/lisp/textmodes/ispell.el
diff -c emacs/lisp/textmodes/ispell.el:1.128 
emacs/lisp/textmodes/ispell.el:1.129
*** emacs/lisp/textmodes/ispell.el:1.128        Mon Jan 21 20:09:12 2002
--- emacs/lisp/textmodes/ispell.el      Sun Feb 17 07:15:17 2002
***************
*** 1,6 ****
  ;;; ispell.el --- interface to International Ispell Versions 3.1 and 3.2
  
! ;; Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001 Free Software 
Foundation, Inc.
  
  ;; Author:           Ken Stevens <address@hidden>
  ;; Maintainer:       Ken Stevens <address@hidden>
--- 1,6 ----
  ;;; ispell.el --- interface to International Ispell Versions 3.1 and 3.2
  
! ;; Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002 Free Software 
Foundation, Inc.
  
  ;; Author:           Ken Stevens <address@hidden>
  ;; Maintainer:       Ken Stevens <address@hidden>
***************
*** 878,888 ****
--- 878,897 ----
        '(menu-item "Save Dictionary"
                    (lambda () (interactive) (ispell-pdict-save t t))
                    :help "Save personal dictionary"))
+       (define-key ispell-menu-map [ispell-customize]
+       '(menu-item "Customize..."
+                   (lambda () (interactive) (customize-group 'ispell))
+                   :help "Customize spell checking options"))
        (define-key ispell-menu-map [ispell-help]
        ;; use (x-popup-menu last-nonmenu-event(list "" ispell-help-list)) ?
        '(menu-item "Help"
                    (lambda () (interactive) (describe-function 'ispell-help))
                    :help "Show standard Ispell keybindings and commands"))
+       (define-key ispell-menu-map [flyspell-mode]
+       '(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"))



reply via email to

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