1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00

Another documentation improvement in flyspell.el

* lisp/textmodes/flyspell.el (flyspell-persistent-highlight): Doc
fix.
This commit is contained in:
Eli Zaretskii 2018-07-12 19:24:06 +03:00
parent 9b49a8ed4a
commit d6a1b69cf3

View File

@ -137,7 +137,8 @@ This variable specifies how far to search to find such a duplicate.
(defcustom flyspell-persistent-highlight t
"Non-nil means misspelled words remain highlighted until corrected.
If this variable is nil, only the most recently detected misspelled word
is highlighted."
is highlighted, and the highlight is turned off as soon as point moves
off the misspelled word."
:group 'flyspell
:type 'boolean)