From 8f9184890206bdca70cc2ea06c993d076c39134e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 22 Dec 2006 23:27:28 +0000 Subject: [PATCH] Fix a typo in an example. --- man/cl.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/cl.texi b/man/cl.texi index 051aa18e02c..56f81bb3947 100644 --- a/man/cl.texi +++ b/man/cl.texi @@ -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 -- 2.39.2