aboutsummaryrefslogtreecommitdiff
path: root/src/connection.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection.lisp')
-rw-r--r--src/connection.lisp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/connection.lisp b/src/connection.lisp
index 6efce31..f839a65 100644
--- a/src/connection.lisp
+++ b/src/connection.lisp
@@ -20,12 +20,9 @@
;;;; Connections
-;; global value gets set in connection/local.lisp, but the symbol is not
-;; exported as it should only get bound by DEPLOY*
(defvar *connection* nil
"Object representing the currently active connection.
-Connections dynamically bind this variable and then apply properties. Its
-global value should be regarded as a constant.")
+Deployments dynamically bind this variable and then apply properties.")
;; generic function operating on keywords which identify connection types
(defgeneric establish-connection (type remaining &key)