emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/denote 51b6e74c04 1/2: Tweak doc strings and one-line d


From: ELPA Syncer
Subject: [elpa] externals/denote 51b6e74c04 1/2: Tweak doc strings and one-line description
Date: Mon, 27 Jun 2022 00:57:32 -0400 (EDT)

branch: externals/denote
commit 51b6e74c0489a86688da099bef1056dde8de6151
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]