emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/denote 45a5897d98 1/4: Add missing colon sign in prompt


From: ELPA Syncer
Subject: [elpa] externals/denote 45a5897d98 1/4: Add missing colon sign in prompt
Date: Sun, 2 Oct 2022 23:57:29 -0400 (EDT)

branch: externals/denote
commit 45a5897d982101bb0bfb409416c61be8893c5a6d
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]