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

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

[elpa] externals/denote f10e80fb5e 11/15: Add comment to clarify format


From: ELPA Syncer
Subject: [elpa] externals/denote f10e80fb5e 11/15: Add comment to clarify format of specifiers
Date: Wed, 10 Aug 2022 02:57:35 -0400 (EDT)

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

    Add comment to clarify format of specifiers
---
 denote.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/denote.el b/denote.el
index 447dff555f..68759cd42b 100644
--- a/denote.el
+++ b/denote.el
@@ -1693,6 +1693,7 @@ and/or the documentation string of `display-buffer'."
 (defconst denote-link--format-org "[[denote:%s][%s]]"
   "Format of Org link to note.")
 
+;; The %N$s notation is for `format'.
 (defconst denote-link--format-markdown "[%2$s](denote:%1$s)"
   "Format of Markdown link to note.")
 



reply via email to

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