branch: externals/denote
commit f10e80fb5ece36088da8bbb889a6069027947bf0
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
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.")