Function: stable-sort

stable-sort is a function alias for cl-stable-sort, defined in cl-seq.el.gz.

This function is obsolete since 27.1; use cl-stable-sort instead.

Signature

(stable-sort SEQ PREDICATE [KEYWORD VALUE]...)

Documentation

Sort the argument SEQ stably according to PREDICATE.

This is a destructive function; it reuses the storage of SEQ if possible.

Keywords supported: :key

Aliases

stable-sort (obsolete since 27.1)