From 5fc57b2e0692b17a2e88ca271b581b769fabbc09 Mon Sep 17 00:00:00 2001 From: Michael Eliachevitch Date: Fri, 30 Jul 2021 11:16:16 +0200 Subject: [PATCH] (minor): correct type for INFO argument in org-roam-capture docstring (#1711) --- org-roam-capture.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-roam-capture.el b/org-roam-capture.el index 08d088c..92a0b3c 100644 --- a/org-roam-capture.el +++ b/org-roam-capture.el @@ -794,7 +794,7 @@ properties to be added to the template." (cl-defun org-roam-capture- (&key goto keys node info props templates) "Main entry point. GOTO and KEYS correspond to `org-capture' arguments. -INFO is an alist for filling up Org-roam's capture templates. +INFO is a plist for filling up Org-roam's capture templates. NODE is an `org-roam-node' construct containing information about the node. PROPS is a plist containing additional Org-roam properties for each template. TEMPLATES is a list of org-roam templates."