]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix the lispref manual about seq.el
authorEli Zaretskii <eliz@gnu.org>
Wed, 31 Aug 2022 16:15:16 +0000 (19:15 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 31 Aug 2022 16:15:16 +0000 (19:15 +0300)
* doc/lispref/sequences.texi (Sequence Functions): seq.el is
preloaded, so no need to load it manually.  (Bug#57505)

doc/lispref/sequences.texi

index 39230d0adc4de7548855b44e7971936f4930cf16..1f6f80521c0cf95d919a0286dd3b3fbe4bc1e543 100644 (file)
@@ -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