Function: soap-type-of

soap-type-of is a function alias for type-of, defined in data.c.

Signature

(soap-type-of OBJECT)

Documentation

Return a symbol representing the type of OBJECT.

The symbol returned names the object's basic type; for example, (type-of 1) returns integer. Contrary to cl-type-of, the returned type is not always the most precise type possible, because instead this function tries to preserve compatibility with the return value of previous Emacs versions.

Aliases

soap-type-of