Function: xref-make-match

xref-make-match is a byte-compiled function defined in xref.el.gz.

Signature

(xref-make-match SUMMARY LOCATION LENGTH)

Documentation

Constructor for objects of type xref-match-item.

Probably introduced at or before Emacs version 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/xref.el.gz
(xref--defstruct (xref-match-item
                  (:include xref-item)
                  (:constructor xref-make-match (summary location length))
                  (:noinline t))
  "A match xref item describes a search result."
  length)