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

    Refine prompt for batch front matter insertion
---
 denote-dired.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-dired.el b/denote-dired.el
index 11ec9ed1b6..38757354a1 100644
--- a/denote-dired.el
+++ b/denote-dired.el
@@ -525,7 +525,7 @@ doc string)."
   (interactive nil dired-mode)
   (if-let ((marks (dired-get-marked-files))
            (keywords (denote--keywords-prompt))
-           ((y-or-n-p "Add front matter to all FILES (buffers are not 
saved)?")))
+           ((yes-or-no-p "Add front matter to all relevant files (buffers are 
not saved)?")))
       (progn
         (dolist (file marks)
           (let* ((dir (file-name-directory file))

Reply via email to