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

    Reword denote-sequence-file-prompt prompt
---
 denote-sequence.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-sequence.el b/denote-sequence.el
index 4dfcd054c2..92929c545e 100644
--- a/denote-sequence.el
+++ b/denote-sequence.el
@@ -194,7 +194,7 @@ Return selected type as a symbol."
 A sequence is a Denote signature that conforms with `denote-sequence-p'."
   (let* ((relative-files (mapcar 
#'denote-get-file-name-relative-to-denote-directory
                                  (denote-sequence-get-all-files)))
-         (prompt "Select FILE: ")
+         (prompt "Select FILE with sequence: ")
          (input (completing-read
                  prompt
                  (denote--completion-table 'file relative-files)

Reply via email to