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

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

[elpa] externals/denote beb1fc6d98 06/12: Fix prompt text in 'denote-com


From: ELPA Syncer
Subject: [elpa] externals/denote beb1fc6d98 06/12: Fix prompt text in 'denote-command-prompt'
Date: Mon, 25 Sep 2023 09:58:15 -0400 (EDT)

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

    Fix prompt text in 'denote-command-prompt'
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 683c2c3630..810327d7f0 100644
--- a/denote.el
+++ b/denote.el
@@ -1717,9 +1717,9 @@ The meaning of FILES is the same as in 
`denote--id-exists-p'."
   "Prompt for command among `denote-commands-for-new-notes'."
   (let ((default (car denote--command-prompt-history)))
     (completing-read
-     (format-prompt "Run command in silo" default)
      denote-commands-for-new-notes nil :require-match
      nil 'denote--command-prompt-history)))
+      (format-prompt "Run note-creating Denote command" default)
 
 ;;;;; The `denote' command and its prompts
 



reply via email to

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