Function: prop-match-value

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

Signature

(prop-match-value prop-match-value X)

Documentation

Access slot "value" 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)