Function: nsubst-if
nsubst-if is a function alias for cl-nsubst-if, defined in
cl-seq.el.gz.
This function is obsolete since 27.1; use cl-nsubst-if instead.
Signature
(nsubst-if NEW PREDICATE TREE [KEYWORD VALUE]...)
Documentation
Substitute NEW for elements 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 (obsolete since 27.1)