Function: getf

getf is a function alias for cl-getf, defined in cl-extra.el.gz.

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

Signature

(getf PROPLIST PROPNAME &optional DEFAULT)

Documentation

Search PROPLIST for property PROPNAME; return its value or DEFAULT.

PROPLIST is a list of the sort returned by symbol-plist.

Aliases

getf (obsolete since 27.1)