Function: nsubst-if-not
nsubst-if-not is a for cl-nsubst-if-not, defined in
cl-seq.el.gz.
This function is obsolete since 27.1; use cl-nsubst-if-not instead.
Signature
(nsubst-if-not NEW PREDICATE TREE [KEYWORD VALUE]...)
Documentation
Substitute NEW for elements not matching PREDICATE in TREE (destructively).
Any element of TREE which matches is changed to NEW (via a call to setcar).
Keywords supported: :key
Aliases
nsubst-if-not (obsolete since 27.1)