From 9c23218553bb38daadaaab5ae92f9aeebbc2d5f1 Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Tue, 15 Dec 2020 20:26:43 +0800 Subject: [PATCH] (docs): fix docstring for org-roam--get-title-path-completions (#1344) --- org-roam.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org-roam.el b/org-roam.el index 04c2642..445248e 100644 --- a/org-roam.el +++ b/org-roam.el @@ -845,8 +845,8 @@ file." (defun org-roam--get-title-path-completions () "Return an alist for completion. -The car is the displayed title for completion, and the cdr is the -to the file." +The car is the displayed title for completion, and the cdr is a +plist containing the path and title for the file." (let* ((rows (org-roam-db-query [:select [files:file titles:title tags:tags files:meta] :from titles :left :join tags :on (= titles:file tags:file)