]> git.eshelyaron.com Git - emacs.git/commitdiff
Another documentation improvement in flyspell.el
authorEli Zaretskii <eliz@gnu.org>
Thu, 12 Jul 2018 16:24:06 +0000 (19:24 +0300)
committerEli 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

index 3bad41ab7a40a5954541da6e9d7bfbafd57849df..b6c8ac393c6d2afabe42a5313c104ac7b96b1c6e 100644 (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)