branch: externals/denote commit b5948bac04bccdf76abb3dc91d0e35fb5f19455b Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Clarify denote-dired--add-front-matter doc string --- denote-dired.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote-dired.el b/denote-dired.el index 5addcc9fd2..847a00f3d0 100644 --- a/denote-dired.el +++ b/denote-dired.el @@ -343,7 +343,7 @@ operation on multiple files." (replace-match (concat "\\1" new-keywords) t)))))) (defun denote-dired--add-front-matter (file title keywords id) - "Add front matter to the beginning of FILE. + "Prepend front matter to FILE if `denote--only-note-p'. The TITLE, KEYWORDS and ID are passed from the renaming command and are used to construct a new front matter block if appropriate."