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

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

[elpa] externals/denote c18300469f 06/12: denote-org: reword Commentary


From: ELPA Syncer
Subject: [elpa] externals/denote c18300469f 06/12: denote-org: reword Commentary
Date: Thu, 10 Nov 2022 14:57:32 -0500 (EST)

branch: externals/denote
commit c18300469f1ce16bd136c7189909ea04907a9a2d
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    denote-org: reword Commentary
    
    There are some Org-specific features in denote.el, like the 'denote:'
    hyperlink type, which are useful for all Org users.  Whereas what we
    have in denote-org.el is meant to be explicitly requested with a
    'require' call and, thus, is more specialised in its
    scope/functionality.
    
    This does not make it any less important.  It just makes it easier for
    us to organise our code.
---
 denote-org.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/denote-org.el b/denote-org.el
index 84e4d0afd4..a180ca07ca 100644
--- a/denote-org.el
+++ b/denote-org.el
@@ -26,9 +26,9 @@
 
 ;;; Commentary:
 ;;
-;; This file provides extensions to Denote that are specific to
-;; Org-mode.  The file should be required after both denote.el and
-;; Org-mode are loaded.
+;; This file provides specialized extensions to Denote that are
+;; specific to Org-mode.  By "specialized", we refer to features that
+;; are likely not to be used in casual workflows.
 
 ;;; Code:
 



reply via email to

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