cl-substitute-if-not

cl-substitute-if-not is an autoloaded compiled Lisp function in `cl-seq.el'.

(cl-substitute-if-not NEW PREDICATE SEQ [KEYWORD VALUE]...)

Substitute NEW for all items not satisfying PREDICATE in SEQ.
This is a non-destructive function; it makes a copy of SEQ if necessary
to avoid corrupting the original SEQ.

Keywords supported: :key :count :start :end :from-end