# HG changeset patch # User Richard M. Stallman # Date 1098204857 0 # Node ID 6738a2db21677493eaf6e2e729286efe1ef6d65f # Parent c72da3dd9a8da18d1d7f78a7cfa4a2c569a31730 (flyspell-mode): Doc fix. diff -r c72da3dd9a8d -r 6738a2db2167 lisp/textmodes/flyspell.el --- 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.