From 51b6e74c0489a86688da099bef1056dde8de6151 Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Mon, 27 Jun 2022 07:08:32 +0300 Subject: [PATCH] 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 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