Documentation commands
When working interactively, the names of arguments will be remembered if the value of the global variable *save-local-symbols* or of the global variable *save-definitions* is true. When loading functions from fasl files, the names of arguments will be remembered if the value of the global variable *fasl-save-local-symbols* or of the global variable *fasl-save-definitions* was true when the fasl files were compiled. The default value of all these variables is false.
There are four ways to retrieve the argument list of a function:
arglist, which takes a symbol as its first argument. This function returns the argument list of its argument, and also returns a second value describing how it computed the argument list.
*arglist-on-space* is true, then typing an open parenthesis followed by the name of a function followed by a space will cause the argument list of the function to be displayed in the minibuffer of the current Fred window. The default value of *arglist-on-space* is true.
Generated with Harlequin WebMaker