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

    Remove trailing spaces from denote-md-link-in-context-regexp
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index f1522a1548..31e12a5c1d 100644
--- a/denote.el
+++ b/denote.el
@@ -5209,7 +5209,7 @@ The format of such links is `denote-md-link-format'.")
 (defvar denote-id-only-link-in-context-regexp
   (concat "\\[\\[" "denote:"  "\\(?1:[^][]*?\\)" "]]")
   "Regexp to match an identifier-only link in its context.
-The format of such links is `denote-id-only-link-format'."  )
+The format of such links is `denote-id-only-link-format'.")
 
 (defun denote-format-link (file description file-type id-only)
   "Prepare link to FILE using DESCRIPTION.

Reply via email to