branch: externals/compat
commit d3a1a86cf8e2fed3f5dd83ccdcd91111b743322c
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Manual: Mention preloading of seq
---
 compat.texi | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/compat.texi b/compat.texi
index a129c3bcba..0b8acead94 100644
--- a/compat.texi
+++ b/compat.texi
@@ -126,10 +126,11 @@ the noerror flag should be specified.
 (require 'compat nil 'noerror)
 @end example
 
-This will load all necessary Compat definitions.  Note that if Compat
-is installed on a recent version of Emacs, all of the definitions are
-disabled at compile time, such that no negative performance impact is
-incurred.
+This will load all necessary Compat definitions.  Compat also loads
+the @code{seq} library which is preloaded by default on Emacs 29.
+Note that if Compat is installed on a recent version of Emacs, all of
+the definitions are disabled at compile time, such that no negative
+performance impact is incurred.
 
 Note that Compat provides replacement functions with extended
 functionality for functions that are already defined (@code{sort},

Reply via email to