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

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

[elpa] externals/denote 9957eaa4a4 4/5: Clarify denote-link--format-mark


From: ELPA Syncer
Subject: [elpa] externals/denote 9957eaa4a4 4/5: Clarify denote-link--format-markdown doc string
Date: Sun, 30 Oct 2022 00:57:36 -0400 (EDT)

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

    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

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