branch: externals/denote
commit 8c2124c0dc8f40208e4aa4c0024fa868ce71c5da
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Simplify denote-dired-rename-marked-files yes-or-no wording
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index b79443ae39..987e320376 100644
--- a/denote.el
+++ b/denote.el
@@ -2371,7 +2371,7 @@ The operation does the following:
   (interactive nil dired-mode)
   (if-let ((marks (dired-get-marked-files)))
       (let ((keywords (denote-keywords-prompt)))
-        (when (yes-or-no-p "Add front matter or rewrite front matter of 
keywords (buffers are not saved)?")
+        (when (yes-or-no-p "Add front matter if necessary (buffers are not 
saved)?")
           (progn
             (dolist (file marks)
               (let* ((dir (file-name-directory file))

Reply via email to