branch: externals/denote
commit 510b943380a27085e62fad689c1b690233bd546b
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Tweak denote-link-dired-marked-notes doc string
---
denote-link.el | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/denote-link.el b/denote-link.el
index 0c0f06bcda..b11fd2adb2 100644
--- a/denote-link.el
+++ b/denote-link.el
@@ -523,10 +523,13 @@ marked files ignores whatever does not count as a note
for our
purposes).
The BUFFER is one which visits a Denote note file. If there are
-multiple buffers, prompt with completion for one among them.
+multiple buffers, prompt with completion for one among them. If
+there isn't one, throw an error.
With optional ID-ONLY as a prefix argument, insert links with
-just the identifier (same principle as with `denote-link')."
+just the identifier (same principle as with `denote-link').
+
+This command is meant to be used from a Dired buffer."
(interactive
(list
(denote-link--map-over-notes)