Variable: flyspell-issue-welcome-flag

flyspell-issue-welcome-flag is a customizable variable defined in flyspell.el.gz.

Value

t

Documentation

Non-nil means that Flyspell should display a welcome message when started.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/flyspell.el.gz
(defcustom flyspell-issue-welcome-flag t
  "Non-nil means that Flyspell should display a welcome message when started."
  :type 'boolean)