fdefinition
(fdefinition '+) retrieves the function object associated with the argument. Same as symbol-function for symbols, but also works on names that are lists (such as (setf foo)).
Function-lambda-expression retrieves the definition, if it is available (but the argument must be a function object, not a function name)