branch: externals/denote-journal commit 45f6ff66403863cbffb2a0233d213ac770b42a6e Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Update the description of the package --- denote-journal.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/denote-journal.el b/denote-journal.el index da5bcf70b6..978d7c5031 100644 --- a/denote-journal.el +++ b/denote-journal.el @@ -1,4 +1,4 @@ -;;; denote-journal.el --- Convenience functions for daily journaling -*- lexical-binding: t; -*- +;;; denote-journal.el --- Convenience functions for daily journaling with Denote -*- lexical-binding: t; -*- ;; Copyright (C) 2023-2025 Free Software Foundation, Inc. @@ -34,7 +34,7 @@ (require 'denote) (defgroup denote-journal nil - "Denote for daily journaling." + "Convenience functions for daily journaling with Denote." :group 'denote :link '(info-link "(denote) Top") :link '(url-link :tag "Homepage" "https://protesilaos.com/emacs/denote"))