diff options
Diffstat (limited to 'org-tempus.el')
| -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 |
