branch: externals/denote
commit 9957eaa4a46bf30a4c85e8cb61f2e0aa5a019633
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Clarify denote-link--format-markdown doc string
---
 denote.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/denote.el b/denote.el
index 7eac8ac98b..7c9010a2ca 100644
--- a/denote.el
+++ b/denote.el
@@ -2384,9 +2384,10 @@ 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.")
+  "Format of Markdown link to note.
+The %N$s notation is for `format' as the supplied arguments are
+IDENTIFIER and TITLE, in this order.")
 
 (defconst denote-link--format-id-only "[[denote:%s]]"
   "Format of identifier-only link to note.")

Reply via email to