branch: externals/denote commit ef93ebd7812a1591d7da054b1acef8c689211156 Author: Jean-Philippe Gagné Guay <jeanphilippe...@gmail.com> Commit: Jean-Philippe Gagné Guay <jeanphilippe...@gmail.com>
Fix docstring of denote--keywords-value-function --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote.el index 1a9567cec7..9296fa2214 100644 --- a/denote.el +++ b/denote.el @@ -1770,7 +1770,7 @@ this list for new note creation. The default is `org'.") "^denote12345678987654321")) ; Will not be found (defun denote--keywords-value-function (file-type) - "Convert keywords' string to front matter keywords, per FILE-TYPE." + "Convert keywords' list to front matter keywords, per FILE-TYPE." (plist-get (alist-get file-type denote-file-types) :keywords-value-function))