tildify--foreach-region

tildify--foreach-region is a compiled Lisp function in `tildify.el'.

(tildify--foreach-region CALLBACK BEG END)

Call CALLBACK on portions of the buffer between BEG and END.

Which portions to call CALLBACK on is determined by
`tildify-foreach-region-function' variable. This function merely makes sure
CALLBACK is not called with portions of the buffer outside of [BEG END).