emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/cl.texi,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/man/cl.texi,v
Date: Mon, 25 Dec 2006 01:07:10 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      06/12/25 01:07:10

Index: cl.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/man/cl.texi,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- cl.texi     22 Dec 2006 23:27:28 -0000      1.30
+++ cl.texi     25 Dec 2006 01:07:10 -0000      1.31
@@ -4092,7 +4092,9 @@
 @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.




reply via email to

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