From 527c6f5123c48e2a4fbbcf677b1ad86ff25819b2 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Wed, 2 Oct 2019 15:31:58 -0500 Subject: [PATCH] Docs: (deadline-warning) Fix docstring --- org-ql.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/org-ql.el b/org-ql.el index f2eb234..e4feb31 100644 --- a/org-ql.el +++ b/org-ql.el @@ -886,9 +886,7 @@ parseable by `parse-time-string' which may omit the time value." :limit (line-end-position 2))) (org-ql--defpred deadline-warning (&key from to) - "Internal selector used to handle `org-deadline-warning-days' and deadlines with warning periods. -Should be called on a planning line, because it does not search -past the end of the current line." + "Internal selector used to handle `org-deadline-warning-days' and deadlines with warning periods." (save-excursion (forward-line 1) (when (re-search-forward org-deadline-time-regexp (line-end-position) t)