diff options
| author | Raúl Benencia <id@rbenencia.name> | 2025-12-24 06:34:16 -0800 |
|---|---|---|
| committer | Raúl Benencia <id@rbenencia.name> | 2025-12-24 06:34:16 -0800 |
| commit | 1b7dd219118cf7b375b4b0d950f7fb277b838166 (patch) | |
| tree | 3d19b72300a8da86970e1d720c2bf863f5a92329 | |
| parent | 747c318f7b1417b039544a5dc6d570c4e256f975 (diff) | |
Fix checkdoc warning
| -rw-r--r-- | org-tempus.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-tempus.el b/org-tempus.el index 8e4f890..bdf3cb6 100644 --- a/org-tempus.el +++ b/org-tempus.el @@ -173,7 +173,7 @@ (org-duration-from-minutes (org-clock-get-clocked-time))) (defun org-tempus--update-session-start () - "Update session start time, keeping short switches in the same session." + "Update session start time. Keep a short task change within the same session." (when org-clock-start-time (let* ((last-out org-clock-out-time) (gap (and last-out |
