Variable: abbrev-mode
abbrev-mode is a customizable and 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 the value of this variable in
the current buffer. Customize this variable to non-nil to enable Abbrev
mode by default in all buffers.
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 the value of this variable in
the current buffer. Customize this variable to non-nil to enable Abbrev
mode by default in all buffers. */);