(flyspell-large-region): Clarify docstring.

This commit is contained in:
Stephen Eglen 2005-04-08 09:55:48 +00:00
parent 859b8989ec
commit fc2cae5953
2 changed files with 8 additions and 4 deletions

View 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

View 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)