fix: defcustom :type syntax

This commit is contained in:
contrapunctus 2021-10-22 05:22:56 +05:30
parent 0e6e57cdee
commit 1474c7fa5a
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ There can be more than one TASK, to specify that you would
like to spend GOAL time on any one of those tasks."
:group 'chronometrist
:type '(repeat
(list integer :value 15
(repeat :inline t string))))
(list (integer :value 15)
(set :inline t (repeat string)))))
(defun chronometrist-goal-run-at-time (time repeat function &rest args)
"Like `run-at-time', but append timers to `chronometrist-goal--timers-list'.