emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master e90d0ea6a9: ; Fix the lispref manual about seq.el


From: Eli Zaretskii
Subject: master e90d0ea6a9: ; Fix the lispref manual about seq.el
Date: Wed, 31 Aug 2022 12:15:32 -0400 (EDT)

branch: master
commit e90d0ea6a9c08e789283e29a7e2505491c8ff80c
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; 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(-)

diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi
index 39230d0adc..1f6f80521c 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]