These commands allow the user to remove definitions from the running Lisp image. It uses Common Lisp functionality such as
fmakunbound
,
makunbound
and
remove-method
to undefine Lisp functions, variables, methods and so on.
Note: This does not mean deleting the source code.