]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Mention that order of overlays might change. (Bug#59067)
authorEli Zaretskii <eliz@gnu.org>
Thu, 10 Nov 2022 10:21:10 +0000 (12:21 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 10 Nov 2022 10:21:10 +0000 (12:21 +0200)
etc/NEWS

index ab64eff74e35df7aad65951e3d274d2f3a4d097d..cb5cedd2038f9abd1be826060cb146829a0dd78e 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -112,7 +112,8 @@ efficient than the original one, and should speed up all the
 operations that involve overlays, especially when there are lots of
 them in a buffer.  However, no changes in behavior of overlays should
 be visible on the Lisp or user level, with the exception of better
-performance.
+performance and the order of overlays returned by functions that don't
+promise any particular order.
 
 ---
 ** The docstrings of preloaded files are not in "etc/DOC" any more.