Variable: flyspell-issue-message-flag
flyspell-issue-message-flag is a customizable variable defined in
flyspell.el.gz.
Value
t
Documentation
Non-nil means that Flyspell emits messages when checking words.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/flyspell.el.gz
(defcustom flyspell-issue-message-flag t
"Non-nil means that Flyspell emits messages when checking words."
:type 'boolean)