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 [emacs-unicode


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/flyspell.el [emacs-unicode-2]
Date: Fri, 22 Oct 2004 06:21:43 -0400

Index: emacs/lisp/textmodes/flyspell.el
diff -c emacs/lisp/textmodes/flyspell.el:1.46.8.4 
emacs/lisp/textmodes/flyspell.el:1.46.8.5
*** emacs/lisp/textmodes/flyspell.el:1.46.8.4   Fri Aug 27 07:00:30 2004
--- emacs/lisp/textmodes/flyspell.el    Fri Oct 22 10:13:51 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]