enriched-map-property-regions

enriched-map-property-regions is a compiled Lisp function in `enriched.el'.

(enriched-map-property-regions PROP FUNC &optional FROM TO)

Apply a function to regions of the buffer based on a text property.
For each contiguous region of the buffer for which the value of PROPERTY is
eq, the FUNCTION will be called. Optional arguments FROM and TO specify the
region over which to scan.

The specified function receives three arguments: the VALUE of the property in
the region, and the START and END of each region.