emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 d6a1b69: Another documentation improvement in fly


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 d6a1b69: Another documentation improvement in flyspell.el
Date: Thu, 12 Jul 2018 12:24:46 -0400 (EDT)

branch: emacs-26
commit d6a1b69cf39533763bdfe81b33a54cb6afa0e7f2
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Another documentation improvement in flyspell.el
    
    * lisp/textmodes/flyspell.el (flyspell-persistent-highlight): Doc
    fix.
---
 lisp/textmodes/flyspell.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el
index 3bad41a..b6c8ac3 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.
 (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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]