From c8be4f52f9a00b36c364a575e7af979590bb189e Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 8 May 2022 20:03:27 -0400 Subject: [PATCH] REF fix docstring --- local/lib/org-x/org-x-dag.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/lib/org-x/org-x-dag.el b/local/lib/org-x/org-x-dag.el index 50ab1d0..c2e59c8 100644 --- a/local/lib/org-x/org-x-dag.el +++ b/local/lib/org-x/org-x-dag.el @@ -2063,7 +2063,7 @@ If FORCE is non-nil, sync no matter what." (org-x-dag-id->hl-meta-prop id :file)) (defun org-x-dag-id->category (id) - "Return file for ID." + "Return category for ID." (org-x-dag-id->hl-meta-prop id :category)) (defun org-x-dag-id->duration (id)