Variable: expand-jump-hook

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

Value

nil

Documentation

Hooks run by expand-jump-to-previous-slot and expand-jump-to-next-slot.

Source Code

;; Defined in /usr/src/emacs/lisp/expand.el.gz
(defcustom expand-jump-hook nil
  "Hooks run by `expand-jump-to-previous-slot' and `expand-jump-to-next-slot'."
  :type 'hook)