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:
parent
9b49a8ed4a
commit
d6a1b69cf3
@ -137,7 +137,8 @@ This variable specifies how far to search to find such a duplicate.
|
|||||||
(defcustom flyspell-persistent-highlight t
|
(defcustom flyspell-persistent-highlight t
|
||||||
"Non-nil means misspelled words remain highlighted until corrected.
|
"Non-nil means misspelled words remain highlighted until corrected.
|
||||||
If this variable is nil, only the most recently detected misspelled word
|
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
|
:group 'flyspell
|
||||||
:type 'boolean)
|
:type 'boolean)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user