Function: remf

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

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

Signature

(remf PLACE TAG)

Documentation

Remove TAG from property list PLACE.

PLACE may be a symbol, or any generalized variable allowed by setf. The form returns true if TAG was found and removed, nil otherwise.

Aliases

remf (obsolete since 27.1)