From 2c81096877e99f790de486a588f0c4b0ebdaaad6 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 13 Nov 2025 16:41:01 -0600 Subject: Fix docstring typo and style in org-drill-entry-overdue-p Changed 'dasy' to 'days' and improved docstring to follow Emacs conventions (imperative mood: 'Return non-nil' instead of 'Returns true'). Fixes severity B bug in todo.org --- org-drill.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-drill.el b/org-drill.el index 80081c9..221f797 100644 --- a/org-drill.el +++ b/org-drill.el @@ -922,7 +922,7 @@ drill entry." (time-to-days item-time)))))))) (defun org-drill-entry-overdue-p (session &optional days-overdue last-interval) - "Returns true if entry that is scheduled DAYS-OVERDUE dasy in the past, + "Return non-nil if entry that is scheduled DAYS-OVERDUE days in the past, and whose last inter-repetition interval was LAST-INTERVAL, should be considered \\='overdue\\='. If the arguments are not given they are extracted from the entry at point." -- cgit v1.2.3