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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/flyspell.el [lexbind]
Date: Mon, 25 Oct 2004 00:41:08 -0400

Index: emacs/lisp/textmodes/flyspell.el
diff -c emacs/lisp/textmodes/flyspell.el:1.46.2.6 
emacs/lisp/textmodes/flyspell.el:1.46.2.7
*** emacs/lisp/textmodes/flyspell.el:1.46.2.6   Sat Sep  4 09:26:23 2004
--- emacs/lisp/textmodes/flyspell.el    Mon Oct 25 04:22:30 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]