diff options
-rw-r--r-- | org-roam-ui.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-roam-ui.el b/org-roam-ui.el index 2c7f9cb..856cd12 100644 --- a/org-roam-ui.el +++ b/org-roam-ui.el @@ -454,7 +454,7 @@ This database model won't be supported in the future, please consider upgrading. :group :by id])) (defun org-roam-ui--get-links (&optional old) - "Get the cites and links tables as rows from the org-roam-db. + "Get the cites and links tables as rows from the org-roam db. Optionally set OLD to t to use the old db model (where the cites were in the same table as the links)." (if (not old) |