From 7128144ee0d89f53795c22072a2e7edea41f86cc Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 8 Dec 2023 17:27:29 +0100 Subject: [PATCH] Fix errors in some docstrings --- site-lisp/db-org.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/site-lisp/db-org.el b/site-lisp/db-org.el index 0466bb2..c170e86 100644 --- a/site-lisp/db-org.el +++ b/site-lisp/db-org.el @@ -466,7 +466,7 @@ interactively query the user for the next task to clock into." (modify-frame-parameters frame `((name . ,org-clock-heading))))))) (defun db/show-current-org-task () - "Show title of currently clock in task in modeline." + "Show title of currently clock in task in minibuffer." (interactive) (message org-clock-current-task)) @@ -816,10 +816,11 @@ PARAMS is a property list of the following parameters: (defun db/org-clock-in-last-task (&optional arg) ;; from doc.norang.ca, originally bh/clock-in-last-task - "Clock in the interrupted task if there is one. + "Clock into the last task from the clocking history. -Skip the default task and get the next one. If ARG is given, -forces clocking in of the default task." +Skip the default task if it's at the top of the clocking history, +and get the next one. If ARG is given, forces clocking in of the +default task, though." (interactive "p") (let ((clock-in-to-task (cond