branch: externals/denote
commit 06db676d8098244f7a6833fd4a0168f7b780219f
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Clarify the denote-add-links prompt
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 42baeab4a3..3f7e04caf7 100644
--- a/denote.el
+++ b/denote.el
@@ -5825,7 +5825,7 @@ Optional ID-ONLY has the same meaning as in 
`denote-link': it
 inserts links with just the identifier."
   (interactive
    (list
-    (denote-files-matching-regexp-prompt "Insert links matching REGEXP")
+    (denote-files-matching-regexp-prompt "Insert links to files matching 
REGEXP")
     current-prefix-arg))
   (unless (or (denote--file-type-org-extra-p)
               (and buffer-file-name (denote-file-has-supported-extension-p 
buffer-file-name)))

Reply via email to