LispWorks Editor User Guide > 4 Editing Lisp Programs > 4.11 Removing definitions

NextPrevUpTopContentsIndex

4.11.1 Undefining one definition

Undefine

Editor Command

Argument: None
Key sequence: None

Without a prefix argument, this undefines the current top level definition. That is, the defining form around or preceding the current point.

With a non-nil prefix argument, this does not undefine the definition but instead inserts into the buffer a Lisp form which, if evaluated, would undefine the definition.

Undefine Command

Editor Command

Argument: None
Key sequence: None

Prompts for the name of an Editor command, and undefines that command.


LispWorks Editor User Guide (Windows version) - 22 Dec 2009

NextPrevUpTopContentsIndex