From 7f63780a56b52c7ce95ab07f74e5b0c95ebc7acf Mon Sep 17 00:00:00 2001
From: "Robert P. Goldman" <rpgoldman@gmail.com>
Date: Mon, 17 Feb 2014 20:53:07 -0600
Subject: [PATCH] Added documentation for *source-registry-parameter*.

---
 doc/asdf.texinfo | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/doc/asdf.texinfo b/doc/asdf.texinfo
index 9fc9ff1a..15cff102 100644
--- a/doc/asdf.texinfo
+++ b/doc/asdf.texinfo
@@ -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
 
-- 
GitLab