aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2018-07-12 19:24:06 +0300
committerEli Zaretskii2018-07-12 19:24:06 +0300
commitd6a1b69cf39533763bdfe81b33a54cb6afa0e7f2 (patch)
tree363fab31266948da605ab17efb1bb8192f9f282b
parent9b49a8ed4a39c5d24336bda2ee0ee070ebe08221 (diff)
downloademacs-d6a1b69cf39533763bdfe81b33a54cb6afa0e7f2.tar.gz
emacs-d6a1b69cf39533763bdfe81b33a54cb6afa0e7f2.zip
Another documentation improvement in flyspell.el
* lisp/textmodes/flyspell.el (flyspell-persistent-highlight): Doc fix.
-rw-r--r--lisp/textmodes/flyspell.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el
index 3bad41ab7a4..b6c8ac393c6 100644
--- 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.
137(defcustom flyspell-persistent-highlight t 137(defcustom flyspell-persistent-highlight t
138 "Non-nil means misspelled words remain highlighted until corrected. 138 "Non-nil means misspelled words remain highlighted until corrected.
139If this variable is nil, only the most recently detected misspelled word 139If this variable is nil, only the most recently detected misspelled word
140is highlighted." 140is highlighted, and the highlight is turned off as soon as point moves
141off the misspelled word."
141 :group 'flyspell 142 :group 'flyspell
142 :type 'boolean) 143 :type 'boolean)
143 144