]> code.delx.au - gnu-emacs/commitdiff
(flyspell-large-region): Clarify docstring.
authorStephen Eglen <stephen@gnu.org>
Fri, 8 Apr 2005 09:55:48 +0000 (09:55 +0000)
committerStephen Eglen <stephen@gnu.org>
Fri, 8 Apr 2005 09:55:48 +0000 (09:55 +0000)
lisp/ChangeLog
lisp/textmodes/flyspell.el

index 0e0d5e133623ae880ec2293990a922d999e7cc2f..1f5db0cd3f45ff28dfccdaa2c5193069baa8ccf7 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-08  Stephen Eglen  <stephen@gnu.org>
+
+       * textmodes/flyspell.el (flyspell-large-region): Doc fix.
+
 2005-04-08  Kim F. Storm  <storm@cua.dk>
 
        * buff-menu.el (Buffer-menu-mode-map): Map follow-link to
index dfa3a7fa6924ac1783378c595cc416ff82233413..dbe8b1cfbc629d4acd38485997b8022dd9a32c65 100644 (file)
@@ -221,10 +221,10 @@ Set this to nil if you don't want a modeline indicator."
 
 (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)