Variable: find-function-after-hook

find-function-after-hook is a customizable variable defined in find-func.el.gz.

Value

nil

Documentation

Hook run after finding symbol definition.

See the functions find-function and find-variable.

This variable was added, or its default value changed, in Emacs 20.3.

Probably introduced at or before Emacs version 25.2.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/find-func.el.gz
(defcustom find-function-after-hook nil
  "Hook run after finding symbol definition.

See the functions `find-function' and `find-variable'."
  :type 'hook
  :group 'find-function
  :version "20.3")