allout-item-element-span-is

allout-item-element-span-is is a compiled Lisp function in `allout-widgets.el'.

(allout-item-element-span-is ITEM-WIDGET ELEMENT &optional START END FORCE)

Return or register the location of the indicated ITEM-WIDGET ELEMENT.

ELEMENT is one of :guides-span, :icon-span, :cue-span, or :body-span.

When optional START is specified, optional END must also be.

START and END are the actual bounds of the region, if provided.

If START and END are not passed in, we return either a dotted
pair of the current span, if established, or nil if not yet set.

When the START and END are passed, we return t if the region
changed or nil if not.

Optional FORCE means force assignment of the region's text
property, even if it's already set.