branch: externals/denote commit d63c10dc1aceb1cbc890d087a174f0bf2dd18403 Author: Jean-Philippe Gagné Guay <jeanphilippe...@gmail.com> Commit: Jean-Philippe Gagné Guay <jeanphilippe...@gmail.com>
Update docstring of denote--add-front-matter --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote.el index bd946f8dfe..edccacd2a8 100644 --- a/denote.el +++ b/denote.el @@ -2564,7 +2564,7 @@ variable `denote-directory'." (set-visited-file-name new-name nil t))))) (defun denote--add-front-matter (file title keywords id file-type) - "Prepend front matter to FILE if `denote-file-is-note-p'. + "Prepend front matter to FILE. The TITLE, KEYWORDS ID, and FILE-TYPE are passed from the renaming command and are used to construct a new front matter block if appropriate."