Variable: global-abbrev-table
global-abbrev-table is a variable defined in abbrev.el.gz.
Value
#<obarray n=1>
Documentation
The abbrev table whose abbrevs affect all buffers.
Each buffer may also have a local abbrev table. If it does, the local table overrides the global one for any particular abbrev defined in both.
Source Code
;; Defined in /usr/src/emacs/lisp/abbrev.el.gz
(defvar global-abbrev-table (make-abbrev-table)
"The abbrev table whose abbrevs affect all buffers.
Each buffer may also have a local abbrev table.
If it does, the local table overrides the global one
for any particular abbrev defined in both.")