; 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)
This commit is contained in:
parent
bdcc61247a
commit
e90d0ea6a9
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue