Variable: local-abbrev-table

local-abbrev-table is a buffer-local variable defined in buffer.c.

Documentation

Local (mode-specific) abbrev table of current buffer.

View in manual

Probably introduced at or before Emacs version 23.1.

Source Code

// Defined in /usr/src/emacs/src/buffer.c
  DEFVAR_PER_BUFFER ("local-abbrev-table", &BVAR (current_buffer, abbrev_table), Qnil,
		     doc: /* Local (mode-specific) abbrev table of current buffer.  */);