Function: merge
merge is a function alias for cl-merge, defined in cl-seq.el.gz.
This function is obsolete since 27.1; use cl-merge instead.
Signature
(merge TYPE SEQ1 SEQ2 PREDICATE [KEYWORD VALUE]...)
Documentation
Destructively merge the two sequences to produce a new sequence.
TYPE is the sequence type to return, SEQ1 and SEQ2 are the two argument
sequences, and PREDICATE is a less-than predicate on the elements.
Keywords supported: :key
Aliases
merge (obsolete since 27.1)