Variable: ispell-quietly
ispell-quietly is a customizable variable defined in ispell.el.gz.
Value
nil
Documentation
Non-nil means suppress messages in ispell-word.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
(defcustom ispell-quietly nil
"Non-nil means suppress messages in `ispell-word'."
:type 'boolean)