# HG changeset patch # User Richard M. Stallman # Date 902557023 0 # Node ID cfde96067373ac31a8291fc080821ee0970e7a16 # Parent 58a8427745ec6677dfc31260a0d7ae240102e7ca (flyspell-persistent-highlight): Doc fix. diff -r 58a8427745ec -r cfde96067373 lisp/textmodes/flyspell.el --- a/lisp/textmodes/flyspell.el Sat Aug 08 03:13:39 1998 +0000 +++ b/lisp/textmodes/flyspell.el Sat Aug 08 06:17:03 1998 +0000 @@ -92,7 +92,9 @@ :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)