Function: xref-etags-apropos-location-p
xref-etags-apropos-location-p is a byte-compiled function defined in
etags.el.gz.
Signature
(xref-etags-apropos-location-p 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)