branch: externals/denote commit 418a21dccb1b8e4a8cb34a128e7bdf04cca57317 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Tweak file and defgroup descriptions --- denote-dired.el | 6 +++--- denote-link.el | 6 +++--- denote-org-capture.el | 4 ++-- denote.el | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/denote-dired.el b/denote-dired.el index 12f82e2b17..3c5ca05b97 100644 --- a/denote-dired.el +++ b/denote-dired.el @@ -1,4 +1,4 @@ -;;; denote-dired.el --- Integration of denote with Dired -*- lexical-binding: t -*- +;;; denote-dired.el --- Integration between Denote and Dired -*- lexical-binding: t -*- ;; Copyright (C) 2022 Protesilaos Stavrou @@ -36,8 +36,8 @@ (require 'denote) (defgroup denote-dired () - "Simple tool for plain text notes." - :group 'files) + "Integration between Denote and Dired." + :group 'denote) (defvar dired-font-lock-keywords) diff --git a/denote-link.el b/denote-link.el index 7eb5a89916..40256ea850 100644 --- a/denote-link.el +++ b/denote-link.el @@ -1,4 +1,4 @@ -;;; denote-link.el --- Link facility for denote -*- lexical-binding: t -*- +;;; denote-link.el --- Link facility for Denote -*- lexical-binding: t -*- ;; Copyright (C) 2022 Protesilaos Stavrou @@ -31,8 +31,8 @@ (require 'denote) (defgroup denote-link () - "Simple tool for plain text notes." - :group 'files) + "Link facility for Denote." + :group 'denote) ;;; User options diff --git a/denote-org-capture.el b/denote-org-capture.el index 796877c767..4f3b2d5501 100644 --- a/denote-org-capture.el +++ b/denote-org-capture.el @@ -52,8 +52,8 @@ (require 'denote) (defgroup denote-org-capture () - "Simple tool for plain text notes." - :group 'files) + "Integration between denote and Org Capture." + :group 'denote) (defcustom denote-org-capture-specifiers "%l\n%i\n%?" "String with format specifiers for `org-capture-templates'. diff --git a/denote.el b/denote.el index 69cef3c507..b099f0bc1f 100644 --- a/denote.el +++ b/denote.el @@ -1,4 +1,4 @@ -;;; denote.el --- Simple notes with a strict file name scheme -*- lexical-binding: t -*- +;;; denote.el --- Simple notes with a strict file-naming scheme -*- lexical-binding: t -*- ;; Copyright (C) 2022 Protesilaos Stavrou @@ -36,7 +36,7 @@ ;;; Code: (defgroup denote () - "Simple tool for plain text notes." + "Simple notes with a strict file-naming scheme." :group 'files) ;;;; User options