From 9846be03b9c9bbdc8665cb8958b8b1b561719974 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Tue, 16 Jul 2019 19:07:44 -0500 Subject: [PATCH] Tidy: Docstring --- org-ql.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-ql.el b/org-ql.el index af73865..6617e2b 100644 --- a/org-ql.el +++ b/org-ql.el @@ -108,7 +108,7 @@ one or more sorting methods, including: `date', `deadline', If NARROW is non-nil, query will run without widening the buffer (the default is to widen and search the entire buffer). -If MARKERS is non-nil, `org-agenda-ng--add-markers' is used to +If MARKERS is non-nil, `org-ql--add-markers' is used to add markers to each item, pointing to the item in its source buffer. In this case, ACTION should return an Org element." (declare (indent defun))