Variable: abbrev-map

abbrev-map is a variable defined in bindings.el.gz.

Value

'    expand-abbrev
+    add-mode-abbrev
-    inverse-add-global-abbrev
C-a  add-mode-abbrev
e    expand-abbrev
g    add-global-abbrev
i g  inverse-add-global-abbrev
i l  inverse-add-mode-abbrev
l    add-mode-abbrev
n    expand-jump-to-next-slot
p    expand-jump-to-previous-slot

Documentation

Keymap for abbrev commands.

Source Code

;; Defined in /usr/src/emacs/lisp/bindings.el.gz
(defvar abbrev-map (make-sparse-keymap)
  "Keymap for abbrev commands.")