Function: rplacd
rplacd is a for setcdr, defined in data.c.
Signature
(rplacd CELL NEWCDR)
Documentation
Set the cdr of CELL to be NEWCDR. Returns NEWCDR.
Probably introduced at or before Emacs version 1.6.
rplacdrplacd is a for setcdr, defined in data.c.
(rplacd CELL NEWCDR)
Set the cdr of CELL to be NEWCDR. Returns NEWCDR.
Probably introduced at or before Emacs version 1.6.