branch: externals/denote
commit 45a5897d982101bb0bfb409416c61be8893c5a6d
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add missing colon sign in prompt
---
denote.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/denote.el b/denote.el
index 0bdddcedf2..fb7d3a694b 100644
--- a/denote.el
+++ b/denote.el
@@ -2252,7 +2252,7 @@ format is always [[denote:IDENTIFIER]]."
(let ((file-names (mapcar #'denote-get-file-name-relative-to-denote-directory
files)))
(completing-read
- "Find linked file "
+ "Find linked file: "
(denote--completion-table 'file file-names)
nil t nil 'denote-link--find-file-history)))