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

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

[elpa] externals/denote 0cb5c9f06e 122/355: Simplify attribution comment


From: ELPA Syncer
Subject: [elpa] externals/denote 0cb5c9f06e 122/355: Simplify attribution comment to ox-hugo
Date: Sun, 26 Jun 2022 23:58:12 -0400 (EDT)

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

    Simplify attribution comment to ox-hugo
    
    Per its author's request:
    <https://github.com/protesilaos/denote/issues/7#issuecomment-1152932554>.
---
 denote.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/denote.el b/denote.el
index a305cfa81b..f857115027 100644
--- a/denote.el
+++ b/denote.el
@@ -447,8 +447,8 @@ Format current time, else use optional ID."
          (denote--sluggify title)
          (denote--file-extension))))
 
-;; Adapted from `org-hugo--org-date-time-to-rfc3339' in Kashual Modi's
-;; `ox-hugo' package: <https://github.com/kaushalmodi/ox-hugo>.
+;; Adapted from `org-hugo--org-date-time-to-rfc3339' in the `ox-hugo'
+;; package: <https://github.com/kaushalmodi/ox-hugo>.
 (defun denote--date-rfc3339 ()
   "Format date using the RFC3339 specification."
   (replace-regexp-in-string



reply via email to

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