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

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

[elpa] externals/denote 768372281f 177/355: Fix formatting typo


From: ELPA Syncer
Subject: [elpa] externals/denote 768372281f 177/355: Fix formatting typo
Date: Sun, 26 Jun 2022 23:58:21 -0400 (EDT)

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

    Fix formatting typo
---
 denote-link.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-link.el b/denote-link.el
index f2edb75e4b..7c20d93dab 100644
--- a/denote-link.el
+++ b/denote-link.el
@@ -68,7 +68,7 @@
 (defconst denote-link--format-markdown "[%2$s](denote:%1$s)"
   "Format of Markdown link to note.")
 
-(defconst denote-link--format-text "[[%$2s] [%$1s]]"
+(defconst denote-link--format-text "[[%2$s] [%1$s]]"
   "Format of plain text link to note.")
 
 (defconst denote-link--regexp-org



reply via email to

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