branch: externals/denote commit 51b6e74c0489a86688da099bef1056dde8de6151 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Tweak doc strings and one-line description --- denote-org-capture.el | 4 ++-- denote.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/denote-org-capture.el b/denote-org-capture.el index c408566763..fe341e4ec3 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 75b9bd9db9..6f5139ad66 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