subst

subst is an alias for `cl-subst' in `cl.el'.

(subst NEW OLD TREE [KEYWORD VALUE]...)

Substitute NEW for OLD everywhere in TREE (non-destructively).
Return a copy of TREE with all elements `eql' to OLD replaced by NEW.

Keywords supported: :test :test-not :key