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

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

[elpa] externals/denote b5d1d681b2: Clarify denote-dired-batch-rename do


From: ELPA Syncer
Subject: [elpa] externals/denote b5d1d681b2: Clarify denote-dired-batch-rename doc string (WIP)
Date: Sat, 16 Jul 2022 11:57:27 -0400 (EDT)

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

    Clarify denote-dired-batch-rename doc string (WIP)
    
    Extends commit 28fe1ac.
---
 denote-dired.el | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/denote-dired.el b/denote-dired.el
index 1fe86dc346..1c34e49dca 100644
--- a/denote-dired.el
+++ b/denote-dired.el
@@ -427,7 +427,12 @@ Rename marked files in Dired using the following pattern:
 
 - an identifier is prepended to the FILE;
 
-- a prompt is asked once for the KEYWORDS field, the input is
+- the file's contents are not touched (no insertion of front
+  matter, no other changes);
+
+- the file's extension is retained;
+
+- a prompt is asked once for the KEYWORDS field and the input is
   applied to all files."
   (interactive (list (denote--keywords-prompt)) dired-mode)
   (if-let ((marks (dired-get-marked-files)))



reply via email to

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