emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/flyspell.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/flyspell.el
Date: Tue, 19 Oct 2004 13:03:30 -0400

Index: emacs/lisp/textmodes/flyspell.el
diff -c emacs/lisp/textmodes/flyspell.el:1.53 
emacs/lisp/textmodes/flyspell.el:1.54
*** emacs/lisp/textmodes/flyspell.el:1.53       Sun Aug 22 17:15:55 2004
--- emacs/lisp/textmodes/flyspell.el    Tue Oct 19 16:54:17 2004
***************
*** 452,458 ****
  ;;;###autoload
  (defun flyspell-mode (&optional arg)
    "Minor mode performing on-the-fly spelling checking.
! Ispell is automatically spawned on background for each entered words.
  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.
--- 452,458 ----
  ;;;###autoload
  (defun flyspell-mode (&optional arg)
    "Minor mode performing on-the-fly spelling checking.
! 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]