Function: make-prop-match
make-prop-match is a byte-compiled function defined in
text-property-search.el.gz.
Signature
(make-prop-match &key BEGINNING END VALUE)
Documentation
Constructor for objects of type prop-match.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/text-property-search.el.gz
(cl-defstruct (prop-match)
beginning end value)