branch: externals/denote-journal commit 71026c5aad295540045ce1e0b6c913bbeb01b438 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Change the error message of denote-journal-calendar-new-or-existing --- denote-journal.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote-journal.el b/denote-journal.el index 0265b9b84c..c8db40be81 100644 --- a/denote-journal.el +++ b/denote-journal.el @@ -371,7 +371,7 @@ among them." ;; Do not use the same `calendar' window... (cl-letf (((symbol-function #'find-file) #'find-file-other-window)) (denote-journal-new-or-existing-entry internal))) - (user-error "No Denote journal entry for this calendar-date"))) + (user-error "No Denote journal entry for this date"))) (defvar denote-journal-calendar-mode-map (let ((map (make-sparse-keymap)))