Mercurial > emacs
changeset 22946:cfde96067373
(flyspell-persistent-highlight): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 08 Aug 1998 06:17:03 +0000 |
parents | 58a8427745ec |
children | f20bf5cd31d9 |
files | lisp/textmodes/flyspell.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/flyspell.el Sat Aug 08 03:13:39 1998 +0000 +++ b/lisp/textmodes/flyspell.el Sat Aug 08 06:17:03 1998 +0000 @@ -92,7 +92,9 @@ :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)