function*

function* is an alias for `cl-function' in `cl.el'.

(function* FUNC)

Introduce a function.
Like normal `function', except that if argument is a lambda form,
its argument list allows full Common Lisp conventions.