changeset 74831:809fa10d2c90

Fix a typo in an example.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 22 Dec 2006 23:27:28 +0000
parents 5ea180c923f4
children d53f5b616853
files man/cl.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/man/cl.texi	Fri Dec 22 23:21:13 2006 +0000
+++ b/man/cl.texi	Fri Dec 22 23:27:28 2006 +0000
@@ -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