From e90d0ea6a9c08e789283e29a7e2505491c8ff80c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 31 Aug 2022 19:15:16 +0300 Subject: ; 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) --- doc/lispref/sequences.texi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc/lispref') 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 -- cgit v1.2.3