Variable: expand-expand-hook

expand-expand-hook is a customizable variable defined in expand.el.gz.

Value

nil

Documentation

Hooks run when an abbrev made by expand-add-abbrevs is expanded.

Source Code

;; Defined in /usr/src/emacs/lisp/expand.el.gz
(defcustom expand-expand-hook nil
  "Hooks run when an abbrev made by `expand-add-abbrevs' is expanded."
  :type 'hook)