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

    Placate the compiler for the denote-fontify-links docstring
    
    This builds on top of the new fontification feature provided by 
Abdul-Lateef Haji-Ali in
    pull request 344 (commit 4d12452): 
<https://github.com/protesilaos/denote/pull/344>.
---
 denote.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/denote.el b/denote.el
index fe099f1dd1..043e7f6402 100644
--- a/denote.el
+++ b/denote.el
@@ -4231,9 +4231,9 @@ file's title.  This has the same meaning as in 
`denote-link'."
     (error "Cannot resolve the link at point")))
 
 (defun denote-fontify-links (&optional limit)
-  "Fontify denote links.
+  "Fontify Denote links up until optional LIMIT.
 
-Implementation based on `org-activate-links'"
+Implementation based on the function `org-activate-links'."
   (catch :exit
     (when-let (type (denote-filetype-heuristics (buffer-file-name)))
       (while (re-search-forward

Reply via email to