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: Stephen Eglen
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/flyspell.el
Date: Fri, 08 Apr 2005 05:54:31 -0400

Index: emacs/lisp/textmodes/flyspell.el
diff -c emacs/lisp/textmodes/flyspell.el:1.60 
emacs/lisp/textmodes/flyspell.el:1.61
*** emacs/lisp/textmodes/flyspell.el:1.60       Wed Mar 23 14:39:08 2005
--- emacs/lisp/textmodes/flyspell.el    Fri Apr  8 09:54:31 2005
***************
*** 221,230 ****
  
  (defcustom flyspell-large-region 1000
    "*The threshold that determines if a region is small.
! The `flyspell-region' function is invoked if the region is small, the
! word are checked one after the other using regular flyspell check
! means.  If the region is large, a new Ispell process is spawned to get
! speed."
    :group 'flyspell
    :version "21.1"
    :type 'number)
--- 221,230 ----
  
  (defcustom flyspell-large-region 1000
    "*The threshold that determines if a region is small.
! If the region is smaller than this number of characters,
! `flyspell-region' checks the words sequentially using regular
! flyspell methods.  Else, if the region is large, a new Ispell process is
! spawned for speed."
    :group 'flyspell
    :version "21.1"
    :type 'number)




reply via email to

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