Function: psetf

psetf is a function alias for cl-psetf, defined in cl-macs.el.gz.

This macro is obsolete since 27.1; use cl-psetf instead.

Signature

(psetf PLACE VAL PLACE VAL ...)

Documentation

Set PLACEs to the values VALs in parallel.

This is like setf, except that all VAL forms are evaluated (in order) before assigning any PLACEs to the corresponding values.

Aliases

psetf (obsolete since 27.1)