Function: xref-match-item-length

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

Signature

(xref-match-item-length CL-X)

Documentation

Access slot "length" of xref-match-item struct CL-X.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/xref.el.gz
(cl-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)