Function: make-xref-match-item

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

Signature

(make-xref-match-item &key SUMMARY LOCATION LENGTH)

Documentation

Constructor for objects of type xref-match-item.

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)