Function: nsubstitute

nsubstitute is a function alias for cl-nsubstitute, defined in cl-seq.el.gz.

This function is obsolete since 27.1; use cl-nsubstitute instead.

Signature

(nsubstitute NEW OLD SEQ [KEYWORD VALUE]...)

Documentation

Substitute NEW for OLD in SEQ.

This is a destructive function; it reuses the storage of SEQ whenever possible.

Keywords supported: :test :test-not :key :count :start :end :from-end

Aliases

nsubstitute (obsolete since 27.1)