branch: externals/denote
commit 26967d78a43753ad43f911a59507dfa2eb28305b
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Clarify denote-dired-batch-rename doc string
---
denote-dired.el | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/denote-dired.el b/denote-dired.el
index fb009a2430..26b9487e29 100644
--- a/denote-dired.el
+++ b/denote-dired.el
@@ -422,10 +422,12 @@ For per-file-type front matter, refer to the variables:
Rename marked files in Dired using the following pattern:
-- the file's existing file name is retained and becomes the FILE
+- the file's existing file name is retained and becomes the TITLE
field, per Denote's file-naming scheme;
-- an identifier is prepended to the FILE;
+- the TITLE is sluggified and downcased, per our conventions;
+
+- an identifier is prepended to the TITLE;
- the file's contents are not touched (no insertion of front
matter, no other changes);