From 30b7be474f9c368a91437adecd43a44727565422 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 19 Oct 2004 16:54:17 +0000 Subject: [PATCH] (flyspell-mode): Doc fix. --- lisp/textmodes/flyspell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5