diff --git a/org-roam.el b/org-roam.el index f0077c9..33e028e 100644 --- a/org-roam.el +++ b/org-roam.el @@ -138,7 +138,7 @@ responsibility to ensure that." :group 'org-roam) (defcustom org-roam-file-exclude-regexp (list org-attach-id-dir) - "Files matching this regular expression are excluded from the Org-roam." + "Files matching this regular expression or list of regular expressions are excluded from the Org-roam." :type '(choice (repeat (string :tag "Regular expression matching files to ignore"))