Function: xref--find-definitions
xref--find-definitions is a byte-compiled function defined in
xref.el.gz.
Signature
(xref--find-definitions ID DISPLAY-ACTION)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/xref.el.gz
(defun xref--find-definitions (id display-action)
(xref--show-defs
(xref--create-fetcher id 'definitions id)
display-action))