Function: sort*
sort* is a function alias for cl-sort, defined in cl-seq.el.gz.
This function is obsolete since 27.1; use cl-sort instead.
Signature
(sort* SEQ PREDICATE [KEYWORD VALUE]...)
Documentation
Sort the argument SEQ according to PREDICATE.
This is a destructive function; it reuses the storage of SEQ if possible.
Keywords supported: :key
Aliases
sort* (obsolete since 27.1)