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."