diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-08-31 19:15:16 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-08-31 19:15:16 +0300 |
commit | e90d0ea6a9c08e789283e29a7e2505491c8ff80c (patch) | |
tree | 8287daffc7b32755c55518bca362ab6bef935188 /doc/lispref/sequences.texi | |
parent | bdcc61247a540699851eb73ea9d4ef3d0a06a92a (diff) | |
download | emacs-e90d0ea6a9c08e789283e29a7e2505491c8ff80c.tar.gz emacs-e90d0ea6a9c08e789283e29a7e2505491c8ff80c.tar.bz2 emacs-e90d0ea6a9c08e789283e29a7e2505491c8ff80c.zip |
; 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)
Diffstat (limited to 'doc/lispref/sequences.texi')
-rw-r--r-- | doc/lispref/sequences.texi | 3 |
1 files changed, 1 insertions, 2 deletions
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 |