Function: nsubstitute-if
nsubstitute-if is a function alias for cl-nsubstitute-if, defined in
cl-seq.el.gz.
This function is obsolete since 27.1; use cl-nsubstitute-if instead.
Signature
(nsubstitute-if NEW PREDICATE SEQ [KEYWORD VALUE]...)
Documentation
Substitute NEW for all items satisfying PREDICATE in SEQ.
This is a destructive function; it reuses the storage of SEQ whenever possible.
Keywords supported: :key :count :start :end :from-end
Aliases
nsubstitute-if (obsolete since 27.1)