Fix capitalization in docstring

This commit is contained in:
Daniel Borchmann 2025-07-23 21:07:00 +02:00
parent 64198261f7
commit cd90381ad0
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -482,7 +482,7 @@ Via %%(with-temp-buffer (db/org-add-link-to-current-clock) (string-trim (buffer-
(defun db/find-parent-task () (defun db/find-parent-task ()
;; http://doc.norang.ca/org-mode.html#Clocking ;; http://doc.norang.ca/org-mode.html#Clocking
"Return point of the nearest parent task, and NIL if no such task exists. "Return point of the nearest parent task, and nil if no such task exists.
Ignores headlines tagged with NOP or PERIODIC, as those items Ignores headlines tagged with NOP or PERIODIC, as those items
should not be clocked." should not be clocked."