# HG changeset patch # User Eli Zaretskii # Date 1166830048 0 # Node ID 809fa10d2c9000e9d43d0117b689ba861b948e27 # Parent 5ea180c923f45ebb307adb8e494245b1f1a9206c Fix a typo in an example. diff -r 5ea180c923f4 -r 809fa10d2c90 man/cl.texi --- 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