aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-02-08 09:19:16 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2023-02-08 09:19:16 +0100
commitd3a1a86cf8e2fed3f5dd83ccdcd91111b743322c (patch)
tree82989799a72912e0bac8ec6255f3e128f7ed8cca
parentf1b451de5c2abb51441dd79f0fbe2444362f09cf (diff)
Manual: Mention preloading of seq
-rw-r--r--compat.texi9
1 files changed, 5 insertions, 4 deletions
diff --git a/compat.texi b/compat.texi
index a129c3b..0b8acea 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},