; * doc/lispref/sequences.texi (Sequence Functions): Fix typo.
This commit is contained in:
parent
eb9bdb8948
commit
e2d1ac2f25
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ each element of @var{sequence}. The @var{accessor} function is called
|
|||
with a single argument, an element of @var{sequence}.
|
||||
|
||||
This function implements what is known as @dfn{decorate-sort-undecorate}
|
||||
paradigm, of the Schwartzian transform. It basically trades CPU for
|
||||
paradigm, or the Schwartzian transform. It basically trades CPU for
|
||||
memory, creating a temporary list with the computed sort keys, then
|
||||
mapping @code{car} over the result of sorting that temporary list.
|
||||
Unlike with @code{sort}, the return value is always a new list; the
|
||||
|
|
Loading…
Add table
Reference in a new issue