Variable: flyspell-use-global-abbrev-table-p
flyspell-use-global-abbrev-table-p is a customizable variable defined
in flyspell.el.gz.
Value
nil
Documentation
If non-nil, prefer global abbrev table to local abbrev 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-use-global-abbrev-table-p
nil
"If non-nil, prefer global abbrev table to local abbrev table."
:version "21.1"
:type 'boolean)