Function: semantic-overlays-in
semantic-overlays-in is a for overlays-in, defined in
buffer.c.
This function is obsolete since 27.1; use overlays-in instead.
Signature
(semantic-overlays-in BEG END)
Documentation
Return a list of the overlays that overlap the region BEG ... END.
Overlap means that at least one character is contained within the overlay and also contained within the specified region.
Empty overlays are included in the result if they are located at BEG, between BEG and END, or at END provided END denotes the position at the end of the accessible part of the buffer.
Aliases
semantic-overlays-in (obsolete since 27.1)