aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-03-21 16:52:33 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-03-21 16:52:33 -0700
commita1006865033988884f1f13e93e497eb0ec28abe4 (patch)
treed9ea5da5cce784ce84f0a2c643a29d0394eb0d36
parentca37505e6c1609d3b9405203d44f49fa5d9bcc60 (diff)
downloadconsfigurator-a1006865033988884f1f13e93e497eb0ec28abe4.tar.gz
PERIODIC:AT-MOST: use &BODY not &REST
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--src/property/periodic.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/periodic.lisp b/src/property/periodic.lisp
index 22a462d..03b0b6b 100644
--- a/src/property/periodic.lisp
+++ b/src/property/periodic.lisp
@@ -20,7 +20,7 @@
;; Use of this combinator requires always supplying a description, to reduce
;; the chance of accidental description clashes.
-(defmacro at-most (period desc &rest propapps)
+(defmacro at-most (period desc &body propapps)
"Only attempt to apply PROPAPPS at most every PERIOD. Supported values for
PERIOD are :each-reboot, :hourly, :daily, :weekly, :monthly, :yearly. It is
assumed that a month has 30 days and a year has 365.25 days.