]> git.eshelyaron.com Git - emacs.git/commit
Update the documentation of overlays (bug#59996)
authorEli Zaretskii <eliz@gnu.org>
Wed, 14 Dec 2022 18:13:47 +0000 (20:13 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 14 Dec 2022 18:13:47 +0000 (20:13 +0200)
commitf93a5180a61070c14906a86d5665c615bdbc652a
tree96c7edc0363bee410877ee6b5f853d4660e23db7
parentd51b66ed5407c63b5a07c5ca26d233678b709ad6
Update the documentation of overlays (bug#59996)

* src/buffer.c (Foverlay_recenter, Foverlay_lists): Update the doc
strings.

* lisp/subr.el (copy-overlay): Update comment.

* doc/lispref/internals.texi (Buffer Internals): Remove buffer
fields relevant to the old implementation; add the new interval
tree field.
* doc/lispref/display.texi (Overlays, Managing Overlays): Update
text to be consistent with the new implementation of overlays.
(Managing Overlays): Remove documentation of 'overlay-recenter'.

* etc/NEWS: Mention incompatible aspects of overlay
reimplementation.
doc/lispref/display.texi
doc/lispref/internals.texi
etc/NEWS
lisp/subr.el
src/buffer.c