aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/textmodes/flyspell.el4
1 files changed, 3 insertions, 1 deletions
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."
92 :type 'number) 92 :type 'number)
93 93
94(defcustom flyspell-persistent-highlight t 94(defcustom flyspell-persistent-highlight t
95 "*Non-nil means that hilighted words are not removed until the word are corrected." 95 "*Non-nil means misspelled words remain highlighted until corrected.
96If this variable is nil, only the most recently detected misspelled word
97is highlighted."
96 :group 'flyspell 98 :group 'flyspell
97 :type 'boolean) 99 :type 'boolean)
98 100