From: Richard M. Stallman Date: Tue, 19 Oct 2004 16:54:17 +0000 (+0000) Subject: (flyspell-mode): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~4473 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=30b7be474f9c368a91437adecd43a44727565422;p=emacs.git (flyspell-mode): Doc fix. --- diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index 43671f0f725..93a7ebd52e4 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el @@ -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.