Variable: flyspell-abbrev-p

flyspell-abbrev-p is a customizable variable defined in flyspell.el.gz.

Value

nil

Documentation

If non-nil, add correction to abbreviation table.

This variable was added, or its default value changed, in Emacs 21.1.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/flyspell.el.gz
(defcustom flyspell-abbrev-p
  nil
  "If non-nil, add correction to abbreviation table."
  :version "21.1"
  :type 'boolean)