# HG changeset patch # User Stephen Eglen # Date 1112954071 0 # Node ID ef6efcaaf3c3ed00cd91b2217177b5859b6cc5a3 # Parent e575ddd3c7de398645be8ea881c6ed4788181c90 (flyspell-large-region): Clarify docstring. diff -r e575ddd3c7de -r ef6efcaaf3c3 lisp/textmodes/flyspell.el --- 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)