Function: nsublis

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

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

Signature

(nsublis ALIST TREE [KEYWORD VALUE]...)

Documentation

Perform substitutions indicated by ALIST in TREE (destructively).

Any matching element of TREE is changed via a call to setcar.

Keywords supported: :test :test-not :key

Aliases

nsublis (obsolete since 27.1)