Function: prop-match-end

prop-match-end is a byte-compiled function defined in text-property-search.el.gz.

Signature

(prop-match-end CL-X)

Documentation

Access slot "end" of prop-match struct CL-X.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/text-property-search.el.gz
(cl-defstruct (prop-match)
  beginning end value)