Function: make-xref-etags-apropos-location

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

Signature

(make-xref-etags-apropos-location &key SYMBOL GOTO-FUN GROUP)

Documentation

Constructor for objects of type xref-etags-apropos-location.

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)