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