From fca796f106c06977ebb0de3d4e99db4b9f64fe80 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Tue, 30 Jun 2020 09:10:22 +0530 Subject: [PATCH] checkdoc - add code marker, shorten first line of docstring --- chronometrist-goals.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chronometrist-goals.el b/chronometrist-goals.el index eb3f1ef..4028447 100644 --- a/chronometrist-goals.el +++ b/chronometrist-goals.el @@ -23,6 +23,8 @@ ;; * define types for custom variables ;; * clock in -> go over the goal, get the 'exceeding' -> clock out, file changes, the exceed alert is shown again +;;; Code: + (declare-function chronometrist-last "chronometrist-queries") (defvar chronometrist--timers-list nil) @@ -116,7 +118,7 @@ SPENT is the time spent on that task (minutes as an integer)." task))) (defun chronometrist-no-goal-alert (task goal _spent) - "If TASK has no GOAL, regularly remind the user of the time they have spent on it. + "If TASK has no GOAL, regularly remind the user of the time spent on it. TASK is the name of the current task (as a string). GOAL is the goal time for that task (minutes as an integer). SPENT is the time spent on that task (minutes as an integer)."