aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/connection.lisp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/connection.lisp b/src/connection.lisp
index 6b32f85..5398bf5 100644
--- a/src/connection.lisp
+++ b/src/connection.lisp
@@ -64,7 +64,9 @@ For an example of usage, see the :SUDO connection type."))
:documentation
"The value of *CONNECTION* at the time this connection was established.")
(cached-data
- :initform nil)))
+ :initform nil
+ :documentation
+ "Items of prerequisite data known to be cached on the remote side.")))
(defclass lisp-connection (connection) ())