Function: cl-nsubst

Substitute NEW for OLD everywhere in TREE (destructively).
Any element of TREE which is `eql' to OLD is changed to NEW (via a call
to `setcar').

Keywords supported: :test :test-not :key

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