changeset 61380:ef6efcaaf3c3

(flyspell-large-region): Clarify docstring.
author Stephen Eglen <stephen@gnu.org>
date Fri, 08 Apr 2005 09:54:31 +0000
parents e575ddd3c7de
children aa86c98eb937
files lisp/textmodes/flyspell.el
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/flyspell.el	Fri Apr 08 09:32:32 2005 +0000
+++ b/lisp/textmodes/flyspell.el	Fri Apr 08 09:54:31 2005 +0000
@@ -221,10 +221,10 @@
 
 (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."
+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)