From: Richard M. Stallman Date: Sat, 8 Aug 1998 06:17:03 +0000 (+0000) Subject: (flyspell-persistent-highlight): Doc fix. X-Git-Tag: emacs-20.3~133 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=84770261487aba38491e9eb8093f0ef7bb696e93;p=emacs.git (flyspell-persistent-highlight): Doc fix. --- diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index da6b98dff6b..c6e875b8332 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el @@ -92,7 +92,9 @@ Non-nil means use highlight, nil means use minibuffer messages." :type 'number) (defcustom flyspell-persistent-highlight t - "*Non-nil means that hilighted words are not removed until the word are corrected." + "*Non-nil means misspelled words remain highlighted until corrected. +If this variable is nil, only the most recently detected misspelled word +is highlighted." :group 'flyspell :type 'boolean)