1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

(flyspell-persistent-highlight): Doc fix.

This commit is contained in:
Richard M. Stallman 1998-08-08 06:17:03 +00:00
parent d5eecefb55
commit 8477026148

View 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)