org-list-struct-indent

org-list-struct-indent is a compiled Lisp function in `org-list.el'.

(org-list-struct-indent START END STRUCT PARENTS PREVS)

Indent items between positions START and END.

STRUCT is the list structure. PARENTS is the alist of parents
and PREVS is the alist of previous items, returned by,
respectively, `org-list-parents-alist' and
`org-list-prevs-alist'.

START is included and END excluded.

STRUCT may be modified if `org-list-demote-modify-bullet' matches
bullets between START and END.