branch: externals/denote-journal
commit 4a95b8d3f283de8b98901f29b19a7ca5a515ead8
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Reference correct variable in denote-journal-calendar--get-files doc string
---
denote-journal.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/denote-journal.el b/denote-journal.el
index 7d31de0b32..17705051bd 100644
--- a/denote-journal.el
+++ b/denote-journal.el
@@ -317,7 +317,7 @@ file's title. This has the same meaning as in
`denote-link'."
(list month day year))))
(defun denote-journal-calendar--get-files (calendar-date)
- "Return files around CALENDAR-DATE in variable `denote-journal-keyword'."
+ "Return files around CALENDAR-DATE in variable `denote-journal-directory'."
(pcase-let* ((denote-directory (denote-journal-directory))
(interval (calendar-interval
displayed-month displayed-year ; These are local to
the `calendar'