Function: not

not is a function alias for null, defined in data.c.

Signature

(not OBJECT)

Documentation

Return t if OBJECT is nil, and return nil otherwise.

View in manual

Probably introduced at or before Emacs version 15.

Aliases

not