1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 12:20:39 -08:00

Fix a typo in an example.

This commit is contained in:
Eli Zaretskii 2006-12-22 23:27:28 +00:00
parent b9542c10b7
commit 8f91848902

View 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