Function: xref-make-elisp-location
xref-make-elisp-location is a byte-compiled function defined in
elisp-mode.el.gz.
Signature
(xref-make-elisp-location SYMBOL TYPE FILE)
Documentation
Constructor for objects of type xref-elisp-location.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/elisp-mode.el.gz
(cl-defstruct (xref-elisp-location
(:constructor xref-make-elisp-location (symbol type file)))
"Location of an Emacs Lisp symbol definition."
symbol type file)