From 84770261487aba38491e9eb8093f0ef7bb696e93 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 8 Aug 1998 06:17:03 +0000 Subject: [PATCH] (flyspell-persistent-highlight): Doc fix. --- lisp/textmodes/flyspell.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index da6b98dff6b..c6e875b8332 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el @@ -92,7 +92,9 @@ Non-nil means use highlight, nil means use minibuffer messages." :type 'number) (defcustom flyspell-persistent-highlight t - "*Non-nil means that hilighted words are not removed until the word are corrected." + "*Non-nil means misspelled words remain highlighted until corrected. +If this variable is nil, only the most recently detected misspelled word +is highlighted." :group 'flyspell :type 'boolean) -- 2.39.2