Function: semantic-overlays-at
semantic-overlays-at is a function alias for overlays-at, defined in
buffer.c.
This function is obsolete since 27.1; use overlays-at instead.
Signature
(semantic-overlays-at POS &optional SORTED)
Documentation
Return a list of the overlays that contain the character at POS.
If SORTED is non-nil, then sort them by decreasing priority.
Zero-length overlays that start and stop at POS are not included in
the return value. Instead use overlays-in if those overlays are of
interest.
Aliases
semantic-overlays-at (obsolete since 27.1)