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

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

[elpa] externals/denote a436cdf07e 221/355: Tweak doc strings


From: ELPA Syncer
Subject: [elpa] externals/denote a436cdf07e 221/355: Tweak doc strings
Date: Sun, 26 Jun 2022 23:58:26 -0400 (EDT)

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

    Tweak doc strings
---
 denote-dired.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/denote-dired.el b/denote-dired.el
index f5de87ba42..fa4426dbad 100644
--- a/denote-dired.el
+++ b/denote-dired.el
@@ -88,7 +88,7 @@ old name followed by the new one."
 (defcustom denote-dired-post-rename-functions
   (list #'denote-dired-rewrite-front-matter)
   "List of functions called after `denote-dired-rename-file'.
-The function must accept three arguments: FILE, TITLE, and
+Each function must accept three arguments: FILE, TITLE, and
 KEYWORDS.  The first is the full path to the file provided as a
 string, the second is the human-readable file name (not what
 Denote sluggifies) also as a string, and the third are the
@@ -144,7 +144,8 @@ file and is preserved through the renaming process.  Files 
that
 have no extension are simply left without one.
 
 Renaming only occurs relative to the current directory.  Files
-are not moved between directories.
+are not moved between directories.  As a final step, call the
+`denote-dired-post-rename-functions'.
 
 This command is intended to (i) rename existing Denote
 notes, (ii) complement note-taking, such as by renaming



reply via email to

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