Function: reftex-move-overlay

reftex-move-overlay is a function alias for move-overlay, defined in buffer.c.

This function is obsolete since 28.1; use move-overlay instead.

Signature

(reftex-move-overlay OVERLAY BEG END &optional BUFFER)

Documentation

Set the endpoints of OVERLAY to BEG and END in BUFFER.

If BUFFER is omitted, leave OVERLAY in the same buffer it inhabits now. If BUFFER is omitted, and OVERLAY is in no buffer, put it in the current buffer.

Aliases

semantic-overlay-move (obsolete since 27.1) reftex-move-overlay (obsolete since 28.1) viper-move-overlay (obsolete since 27.1)