]> git.eshelyaron.com Git - emacs.git/commitdiff
(flyspell-mode): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 19 Oct 2004 16:54:17 +0000 (16:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 19 Oct 2004 16:54:17 +0000 (16:54 +0000)
lisp/textmodes/flyspell.el

index 43671f0f725fa4db6c14fde31583fc7327e864db..93a7ebd52e40cb6cbf9bcfd0b510b151f04e5563 100644 (file)
@@ -452,7 +452,7 @@ See also `flyspell-duplicate-distance'."
 ;;;###autoload
 (defun flyspell-mode (&optional arg)
   "Minor mode performing on-the-fly spelling checking.
-Ispell is automatically spawned on background for each entered words.
+This spawns a single Ispell process and checks each word.
 The default flyspell behavior is to highlight incorrect words.
 With no argument, this command toggles Flyspell mode.
 With a prefix argument ARG, turn Flyspell minor mode on iff ARG is positive.