]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo in an example.
authorEli Zaretskii <eliz@gnu.org>
Fri, 22 Dec 2006 23:27:28 +0000 (23:27 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 22 Dec 2006 23:27:28 +0000 (23:27 +0000)
man/cl.texi

index 051aa18e02c884adc1ab48a53125d7e320a9b22e..56f81bb394711258719a003006312418bf8269d3 100644 (file)
@@ -4086,7 +4086,7 @@ accepts a @code{:key} argument which is used to preprocess data
 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