]> git.eshelyaron.com Git - emacs.git/commitdiff
(flyspell-persistent-highlight): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 8 Aug 1998 06:17:03 +0000 (06:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 8 Aug 1998 06:17:03 +0000 (06:17 +0000)
lisp/textmodes/flyspell.el

index da6b98dff6b4902f8c5ca28f78b2501041e1eb4f..c6e875b8332d468face8402bcf631a9cfcc76af7 100644 (file)
@@ -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)