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