Variable: abbrev-minor-mode-table-alist
abbrev-minor-mode-table-alist is a variable defined in abbrev.el.gz.
Value
nil
Documentation
Alist of abbrev tables to use for minor modes.
Each element looks like (VARIABLE . ABBREV-TABLE); ABBREV-TABLE is active whenever VARIABLE's value is non-nil; VARIABLE is supposed to be a minor-mode variable. ABBREV-TABLE can also be a list of abbrev tables.
Probably introduced at or before Emacs version 23.1.
Source Code
;; Defined in /usr/src/emacs/lisp/abbrev.el.gz
(defvar abbrev-minor-mode-table-alist nil
"Alist of abbrev tables to use for minor modes.
Each element looks like (VARIABLE . ABBREV-TABLE);
ABBREV-TABLE is active whenever VARIABLE's value is non-nil;
VARIABLE is supposed to be a minor-mode variable.
ABBREV-TABLE can also be a list of abbrev tables.")