aboutsummaryrefslogtreecommitdiff
path: root/src/property/periodic.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property/periodic.lisp')
-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.