projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b49a8e
)
Another documentation improvement in flyspell.el
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 12 Jul 2018 16:24:06 +0000
(19:24 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 12 Jul 2018 16:24:06 +0000
(19:24 +0300)
* lisp/textmodes/flyspell.el (flyspell-persistent-highlight): Doc
fix.
lisp/textmodes/flyspell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/flyspell.el
b/lisp/textmodes/flyspell.el
index 3bad41ab7a40a5954541da6e9d7bfbafd57849df..b6c8ac393c6d2afabe42a5313c104ac7b96b1c6e 100644
(file)
--- a/
lisp/textmodes/flyspell.el
+++ b/
lisp/textmodes/flyspell.el
@@
-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)