Function: xref-etags-apropos-location-group

xref-etags-apropos-location-group is a byte-compiled function defined in etags.el.gz.

Signature

(xref-etags-apropos-location-group CL-X)

Documentation

Access slot "group" 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)