Function: prop-match-end

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

Signature

(prop-match-end prop-match-end X)

Documentation

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

Source Code

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