diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-11-02 13:26:49 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-11-02 13:26:49 +0100 |
commit | 798b613755302bb5364109f25295dff3143b80ac (patch) | |
tree | a7809e6227fb382029c7371953a44b65b0f351eb | |
parent | b123e90b39236e7fbd30a3e277d1fb8978adc479 (diff) | |
parent | d5b2653af5da3f152225bb2969d35302a3d64710 (diff) |
Merge pull request #141 from org-roam/melpa
chore(melpa): make checkdoc happy
-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) |