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

    Fix typo in denote-format-link
    
    This was changed by Jean-Philippe Gagné Guay in pull request 596:
    <https://github.com/protesilaos/denote/pull/596>.
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index b4a7c810a5..78c702c421 100644
--- a/denote.el
+++ b/denote.el
@@ -4800,7 +4800,7 @@ See the `:link' property of `denote-file-types'."
     (t
      (denote--link-format file-type)))
    (denote-retrieve-filename-identifier file)
-   desc))
+   description))
 
 (defun denote-link-description-with-signature-and-title (file)
   "Return link description for FILE.

Reply via email to