Index: cl.texi =================================================================== RCS file: /sources/emacs/emacs/man/cl.texi,v retrieving revision 1.30 diff -u -c -r1.30 cl.texi cvs diff: conflicting specifications of output style *** cl.texi 22 Dec 2006 23:27:28 -0000 1.30 --- cl.texi 24 Dec 2006 00:43:47 -0000 *************** *** 4092,4098 **** @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. The @code{sort*} function is destructive; it sorts lists by actually rearranging the @code{cdr} pointers in suitable fashion. --- 4092,4100 ---- @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. 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.