Function: xref-elisp-location-file
xref-elisp-location-file is a byte-compiled function defined in
elisp-mode.el.gz.
Signature
(xref-elisp-location-file xref-elisp-location-file X)
Documentation
Access slot "file" of xref-elisp-location struct X.
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)