Function: sublis

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

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

Signature

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

Documentation

Perform substitutions indicated by ALIST in TREE (non-destructively).

Return a copy of TREE with all matching elements replaced.

Keywords supported: :test :test-not :key

Aliases

sublis (obsolete since 27.1)