aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1998-08-08 06:17:03 +0000
committerRichard M. Stallman <[email protected]>1998-08-08 06:17:03 +0000
commit84770261487aba38491e9eb8093f0ef7bb696e93 (patch)
tree1baa8cbd2779528d30af8fc96efd21617e5c3614 /lisp
parentd5eecefb55bb40146efd15ebe4eb37878e28ebf1 (diff)
(flyspell-persistent-highlight): Doc fix.
Diffstat (limited to 'lisp')
-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 da6b98dff6..c6e875b833 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)