branch: externals/denote-journal commit e76e04b73df59194908d3d1e0329ebbcfc8e634f Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Clarify the doc string of denote-journal-calendar-mark-dates --- denote-journal.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote-journal.el b/denote-journal.el index 266818af3c..21154d82cf 100644 --- a/denote-journal.el +++ b/denote-journal.el @@ -321,7 +321,7 @@ Return (MONTH DAY YEAR) or nil if not an Org time-string." (format "\\(%1$s\\|%2$s\\)\\(.*\\)\\|\\(%2$s\\|%1$s\\)" time-regexp keyword-regexp)))) (defun denote-journal-calendar-mark-dates () - "Mark all days in the `calendar' for which there is a Denote journal entry." + "Mark all visible days in the `calendar' for which there is a Denote journal entry." (interactive) (when-let* ((date (calendar-cursor-to-date)) (files (denote-journal-calendar--get-files date))