Documentation commands
*record-source-file* is true, the source file from which the definition was compiled is remembered. You can later navigate from the symbol that was defined (i.e. the class name, function name, variable name, etc.) to the source code.
The default value of *record-source-file* is true.
There are three ways to retrieve the source code of a definition:
edit-definition, which takes a symbol as its first argument.
In some cases, there will be multiple definitions for a single symbol. For example, there may be both a class and a function defined with the same name, or there may be many method definitions on the same generic function. In these cases, you are presented with a list of definitions and prompted to choose one.
Generated with Harlequin WebMaker