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:
parent
d5eecefb55
commit
8477026148
1 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue