branch: externals/denote-journal
commit 91733a8cdce9479aa7222eb377139af1117908be
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Shorten the denote-journal-calendar-mark-dates doc string
---
 denote-journal.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-journal.el b/denote-journal.el
index e8c290e680..ebf8354822 100644
--- a/denote-journal.el
+++ b/denote-journal.el
@@ -487,7 +487,7 @@ file's title.  This has the same meaning as in 
`denote-link'."
      (format "\\(%1$s.*%2$s\\)\\|\\(%2$s.*%1$s\\)" time-regexp 
keyword-regexp))))
 
 (defun denote-journal-calendar-mark-dates ()
-  "Mark all visible days in the `calendar' for which there is a Denote journal 
entry."
+  "Mark visible days in the `calendar' that have a Denote journal entry."
   (interactive)
   (when-let* ((date (calendar-cursor-to-date))
               (files (denote-journal-calendar--get-files date))

Reply via email to