Function: org-fold-next-visibility-change

org-fold-next-visibility-change is a function alias for org-fold-core-next-visibility-change, defined in org-fold-core.el.gz.

Signature

(org-fold-next-visibility-change &optional POS LIMIT IGNORE-HIDDEN-P PREVIOUS-P)

Documentation

Return next point from POS up to LIMIT where text becomes visible/invisible.

By default, text hidden by any means (i.e. not only by folding, but also via fontification) will be considered. If IGNORE-HIDDEN-P is non-nil, consider only folded text. If PREVIOUS-P is non-nil, search backwards.

Aliases

org-fold-next-visibility-change