branch: externals/denote commit 017b9d0f859e765839c235113686b315f8eb9a8b Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Clarify doc string --- denote-dired.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote-dired.el b/denote-dired.el index ac3f9ff37e..ded23fea0f 100644 --- a/denote-dired.el +++ b/denote-dired.el @@ -288,7 +288,7 @@ replace what isn't there." (defun denote-dired--rewrite-front-matter (file title keywords) "Rewrite front matter of note after `denote-dired-rename-file'. The FILE, TITLE, and KEYWORDS are passed from the renaming -command and are used to construct a new front matter block if +command and are used to construct new front matter values if appropriate." (when-let ((denote-dired--edit-front-matter-p file) (old-title (denote-retrieve--value-title file))