aboutsummaryrefslogtreecommitdiff
path: root/src/propspec.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-20 16:32:05 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-20 16:33:10 -0700
commit78b85c221ffdc6d29856266f9bf7496aa00dbc7d (patch)
treeab0519d9d16e7ee0e4252ac88a31d3650f95ab15 /src/propspec.lisp
parent987574e75dd9a9a4346a72fd6e8c5f85b64b904e (diff)
downloadconsfigurator-78b85c221ffdc6d29856266f9bf7496aa00dbc7d.tar.gz
"Lisp process" -> "Lisp image"
Following the HyperSpec's glossary. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/propspec.lisp')
-rw-r--r--src/propspec.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/propspec.lisp b/src/propspec.lisp
index 038e745..59e7cea 100644
--- a/src/propspec.lisp
+++ b/src/propspec.lisp
@@ -32,7 +32,7 @@ Consfigurator, evaluating
(mapc #'asdf:load-system (if (atom SYSTEMS) (list SYSTEMS) SYSTEMS) should be
sufficient to define all the properties you intend to apply to hosts.
-Consfigurator uses this information when starting up remote Lisp processes to
+Consfigurator uses this information when starting up remote Lisp images to
effect deployments: it sends over the ASDF systems specified by SYSTEMS."
(when (atom systems)
(setq systems (list systems)))
@@ -71,7 +71,7 @@ the list implicitly depend on earlier ones.
Members of ARGS must all be objects which can be serialised. In particular,
function objects are not permitted."))
(:documentation
- "The point of this data structure is to be a way to inform a Lisp process
+ "The point of this data structure is to be a way to inform a Lisp image
running on a remote host how it can apply some properties: load each of the
systems, resolve unapply, onchange etc., and then look in the value cell of
each PROPERTY to find a property, and pass each of ARGS to the function in the