diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-08-08 06:17:03 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-08-08 06:17:03 +0000 |
commit | 84770261487aba38491e9eb8093f0ef7bb696e93 (patch) | |
tree | 1baa8cbd2779528d30af8fc96efd21617e5c3614 | |
parent | d5eecefb55bb40146efd15ebe4eb37878e28ebf1 (diff) | |
download | emacs-84770261487aba38491e9eb8093f0ef7bb696e93.tar.gz |
(flyspell-persistent-highlight): Doc fix.
-rw-r--r-- | lisp/textmodes/flyspell.el | 4 |
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." :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) |