Function: next-overlay-change
next-overlay-change is a function defined in C source code.
Signature
(next-overlay-change POS)
Documentation
Return the next position after POS where an overlay starts or ends.
If there are no overlay boundaries from POS to (point-max), the value is (point-max).
Other relevant functions are documented in the overlay group.
Probably introduced at or before Emacs version 19.29.
Shortdoc
;; overlay
(next-overlay-change 1)
e.g. => 20
Aliases
semantic-overlay-next-change (obsolete since 27.1)
Source Code
C code is not yet loaded.