From: Eli Zaretskii Date: Wed, 31 Aug 2022 16:15:16 +0000 (+0300) Subject: ; Fix the lispref manual about seq.el X-Git-Tag: emacs-29.0.90~1856^2~818 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e90d0ea6a9c08e789283e29a7e2505491c8ff80c;p=emacs.git ; Fix the lispref manual about seq.el * doc/lispref/sequences.texi (Sequence Functions): seq.el is preloaded, so no need to load it manually. (Bug#57505) --- diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi index 39230d0adc4..1f6f80521c0 100644 --- a/doc/lispref/sequences.texi +++ b/doc/lispref/sequences.texi @@ -446,8 +446,7 @@ useful example of @code{sort}. @cindex seq library @cindex sequences, generalized The @file{seq.el} library provides the following additional sequence -manipulation macros and functions, prefixed with @code{seq-}. To use -them, you must first load the @file{seq} library. +manipulation macros and functions, prefixed with @code{seq-}. All functions defined in this library are free of side-effects; i.e., they do not modify any sequence (list, vector, or string) that