Mercurial > emacs
changeset 57605:6738a2db2167
(flyspell-mode): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 19 Oct 2004 16:54:17 +0000 |
parents | c72da3dd9a8d |
children | 6a526f57129e |
files | lisp/textmodes/flyspell.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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.