Skip to content
Snippets Groups Projects
Commit 7f63780a authored by Robert P. Goldman's avatar Robert P. Goldman
Browse files

Added documentation for *source-registry-parameter*.

parent 0104feca
No related branches found
No related tags found
No related merge requests found
......@@ -2881,6 +2881,15 @@ you need to explicitly @code{initialize-source-registry} again,
or maybe simply to @code{clear-source-registry} (or @code{clear-configuration})
which will cause the initialization to happen next time around.
@section Introspection
@vindex *source-registry-parameter*
We have made available the variable @code{*source-registry-parameter*}
that can be used by code that wishes to introspect about the (past)
configuration of ASDF's source registry. @strong{This variable should
never be set!} It will be set as a side-effect of calling
@code{initialize-source-registry}; user code should treat it as
read-only.
@section Status
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment