Function: xref-etags-apropos-location-symbol
xref-etags-apropos-location-symbol is a byte-compiled function defined
in etags.el.gz.
Signature
(xref-etags-apropos-location-symbol CL-X)
Documentation
Access slot "symbol" of xref-etags-apropos-location struct CL-X.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/etags.el.gz
(cl-defstruct (xref-etags-apropos-location
(:constructor xref-make-etags-apropos-location (symbol goto-fun group)))
"Location of an additional apropos etags symbol."
symbol goto-fun group)