Function: prop-match-beginning
prop-match-beginning is an autoloaded and byte-compiled function
defined in text-property-search.el.gz.
Signature
(prop-match-beginning prop-match-beginning X)
Documentation
Access slot "beginning" 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)