Variable: elisp-xref-find-def-functions
elisp-xref-find-def-functions is a variable defined in
elisp-mode.el.gz.
Value
(xref-mode-local-overload)
Documentation
List of functions run from elisp--xref-find-definitions to add more xrefs.
Called with one arg; the symbol whose definition is desired.
Each function should return a list of xrefs, or nil; the first
non-nil result supersedes the xrefs produced by
elisp--xref-find-definitions.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/elisp-mode.el.gz
(defvar elisp-xref-find-def-functions nil
"List of functions run from `elisp--xref-find-definitions' to add more xrefs.
Called with one arg; the symbol whose definition is desired.
Each function should return a list of xrefs, or nil; the first
non-nil result supersedes the xrefs produced by
`elisp--xref-find-definitions'.")