diff lisp/textmodes/flyspell.el @ 57605:6738a2db2167

(flyspell-mode): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 19 Oct 2004 16:54:17 +0000
parents 448c214b700f
children 10358c7d410b f3ec05478165
line wrap: on
line diff
--- a/lisp/textmodes/flyspell.el	Tue Oct 19 16:53:23 2004 +0000
+++ b/lisp/textmodes/flyspell.el	Tue Oct 19 16:54:17 2004 +0000
@@ -452,7 +452,7 @@
 ;;;###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.