(minor): correct type for INFO argument in org-roam-capture docstring (#1711)

This commit is contained in:
Michael Eliachevitch
2021-07-30 11:16:16 +02:00
committed by GitHub
parent 829ee68860
commit 5fc57b2e06

View File

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