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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/man/cl.texi,v
Date: Fri, 22 Dec 2006 23:27:28 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/12/22 23:27:28

Index: cl.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/man/cl.texi,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- cl.texi     25 Mar 2006 23:13:20 -0000      1.29
+++ cl.texi     22 Dec 2006 23:27:28 -0000      1.30
@@ -4086,7 +4086,7 @@
 fed to the @var{predicate} function.  For example,
 
 @example
-(setq data (sort data 'string-lessp :key 'downcase))
+(setq data (sort* data 'string-lessp :key 'downcase))
 @end example
 
 @noindent




reply via email to

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