Function: kcell:get-attr

kcell:get-attr is a function alias for plist-get, defined in fns.c.

Signature

(kcell:get-attr PLIST PROP &optional PREDICATE)

Documentation

Extract a value from a property list.

PLIST is a property list, which is a list of the form
(PROP1 VALUE1 PROP2 VALUE2...).

This function returns the value corresponding to the given PROP, or nil if PROP is not one of the properties on the list. The comparison with PROP is done using PREDICATE, which defaults to eq.

This function doesn't signal an error if PLIST is invalid.

Aliases

kcell:get-attr