Variable: abbrev-mode
abbrev-mode is a buffer-local variable defined in buffer.c.
Documentation
Non-nil if Abbrev mode is enabled.
Use the command abbrev-mode(var)/abbrev-mode(fun) to change this variable.
Probably introduced at or before Emacs version 18.
Key Bindings
Source Code
// Defined in /usr/src/emacs/src/buffer.c
DEFVAR_PER_BUFFER ("abbrev-mode", &BVAR (current_buffer, abbrev_mode), Qnil,
doc: /* Non-nil if Abbrev mode is enabled.
Use the command `abbrev-mode' to change this variable. */);