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/flyspell.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/flyspell.el
Date: Tue, 08 Jan 2002 18:57:16 -0500

Index: emacs/lisp/textmodes/flyspell.el
diff -c emacs/lisp/textmodes/flyspell.el:1.38 
emacs/lisp/textmodes/flyspell.el:1.39
*** emacs/lisp/textmodes/flyspell.el:1.38       Mon Dec 31 15:44:44 2001
--- emacs/lisp/textmodes/flyspell.el    Tue Jan  8 18:57:15 2002
***************
*** 209,215 ****
    "*String displayed on the modeline when flyspell is active.
  Set this to nil if you don't want a modeline indicator."
    :group 'flyspell
!   :type 'string)
  
  (defcustom flyspell-large-region 1000
    "*The threshold that determines if a region is small.
--- 209,215 ----
    "*String displayed on the modeline when flyspell is active.
  Set this to nil if you don't want a modeline indicator."
    :group 'flyspell
!   :type '(choice string (const :tag "None" nil)))
  
  (defcustom flyspell-large-region 1000
    "*The threshold that determines if a region is small.



reply via email to

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