aboutsummaryrefslogtreecommitdiff
path: root/doc/pitfalls.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-18 12:34:47 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-18 12:34:47 -0700
commit4cf3ff717299de7b5903f7e38cca651fc8455b2c (patch)
tree80a37167484a090197f5cda8198611951221705f /doc/pitfalls.rst
parent70bc60db38da8ab590a11ab81fb98c925b48e020 (diff)
downloadconsfigurator-4cf3ff717299de7b5903f7e38cca651fc8455b2c.tar.gz
eliminate need for propapply
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'doc/pitfalls.rst')
-rw-r--r--doc/pitfalls.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pitfalls.rst b/doc/pitfalls.rst
index 8d0caef..d4bcb4a 100644
--- a/doc/pitfalls.rst
+++ b/doc/pitfalls.rst
@@ -24,7 +24,7 @@ deployments can be built and executed programmatically. However, properties
and connection types should be defined in ``.lisp`` files, loaded into Lisp,
and then *not* created or modified, except by reloading. In particular, do
not try to define properties and connection types programmatically, or try to
-dynamically rebind them.
+dynamically rebind or flet-bind them.
The reason for this restriction is that some connection types need to invoke
fresh Lisp processes on remote hosts with (local equivalents to) the function