(fix) typo in doc, titles -> refs (#436)

This commit is contained in:
Leo Vivier
2020-04-11 06:36:59 +02:00
committed by GitHub
parent ba1782d361
commit c280f249a9

View File

@@ -387,7 +387,7 @@ INITIAL-PROMPT is the initial title prompt."
;;;; org-roam-find-ref
(defun org-roam--get-ref-path-completions ()
"Return a list of cons pairs for titles to absolute path of Org-roam files."
"Return a list of cons pairs for refs to absolute path of Org-roam files."
(let ((rows (org-roam-db-query [:select [ref file] :from refs])))
(mapcar (lambda (row)
(cons (car row)