Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
92ad3e9f
Commit
92ad3e9f
authored
Dec 25, 2006
by
Juanma Barranquero
Browse files
(Sorting Sequences): In sort*, add a little cautionary note about the key
procedure being used heavily.
parent
367c4db2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
man/ChangeLog
man/ChangeLog
+5
-0
man/cl.texi
man/cl.texi
+3
-1
No files found.
man/ChangeLog
View file @
92ad3e9f
2006-12-25 Kevin Ryde <user42@zip.com.au>
* cl.texi (Sorting Sequences): In sort*, add a little cautionary note
about the key procedure being used heavily.
2006-12-24 Chong Yidong <cyd@stupidchicken.com>
* pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
...
...
man/cl.texi
View file @
92ad3e9f
...
...
@@ -4092,7 +4092,9 @@ fed to the @var{predicate} function. For example,
@
noindent
sorts
@
var
{
data
},
a
sequence
of
strings
,
into
increasing
alphabetical
order
without
regard
to
case
.
A
@
code
{:
key
}
function
of
@
code
{
car
}
would
be
useful
for
sorting
association
lists
.
would
be
useful
for
sorting
association
lists
.
It
should
only
be
a
simple
accessor
though
,
it
's used heavily in the current
implementation.
The @code{sort*} function is destructive; it sorts lists by actually
rearranging the @code{cdr} pointers in suitable fashion.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment