branch: externals/denote-journal
commit 4a95b8d3f283de8b98901f29b19a7ca5a515ead8
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    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'

Reply via email to