branch: externals/denote
commit c2a734ab1c2b3e6f7ff4dc0645b403dd4abd396d
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Use the correct outline level for the 'denote:' Org hyperlink
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 7b3b2cd567..1bf2bd6b0b 100644
--- a/denote.el
+++ b/denote.el
@@ -5324,7 +5324,7 @@ This command is meant to be used from a Dired buffer."
         (define-key menu (vector (car item)) (cdr item)))))
   menu)
 
-;;;;; Register `denote:' custom Org hyperlink
+;;;; Register `denote:' custom Org hyperlink
 
 (declare-function org-link-open-as-file "ol" (path arg))
 

Reply via email to