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

    Update error message of denote-dired-rename-marked-files-using-front-matter
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 25133528f8..cfca5ec93a 100644
--- a/denote.el
+++ b/denote.el
@@ -2483,7 +2483,7 @@ cannot know if they have front matter and what that may 
be."
         (dolist (file marks)
           (denote-rename-file-using-front-matter file :auto-confirm))
         (denote-update-dired-buffers))
-    (user-error "No marked files; aborting")))
+    (user-error "No marked Denote files; aborting")))
 
 ;;;;; Creation of front matter
 

Reply via email to