diff --git a/denote-org-capture.el b/denote-org-capture.el index c408566..fe341e4 100644 --- a/denote-org-capture.el +++ b/denote-org-capture.el @@ -1,4 +1,4 @@ -;;; denote-org-capture.el --- Integration between denote and org-capture -*- lexical-binding: t -*- +;;; denote-org-capture.el --- Integration between Denote and org-capture -*- lexical-binding: t -*- ;; Copyright (C) 2022 Free Software Foundation, Inc. @@ -58,7 +58,7 @@ (require 'denote) (defgroup denote-org-capture () - "Integration between denote and Org Capture." + "Integration between Denote and Org Capture." :group 'denote) (defcustom denote-org-capture-specifiers "%l\n%i\n%?" diff --git a/denote.el b/denote.el index 75b9bd9..6f5139a 100644 --- a/denote.el +++ b/denote.el @@ -95,7 +95,7 @@ ;;; Code: (defgroup denote () - "Simple notes with a strict file-naming scheme." + "Simple notes with an efficient file-naming scheme." :group 'files) ;;;; User options