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

    Update denote--file-has-backlinks-p docstring to placate the compiler
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index b1078f1816..5d6a1b8097 100644
--- a/denote.el
+++ b/denote.el
@@ -4016,7 +4016,7 @@ Also see `denote-link-return-links'."
     (delete current-file (denote--retrieve-files-in-xrefs id))))
 
 (defun denote--file-has-backlinks-p (file)
-  "Return whether or not there exists a file with a link to IDENTIFIER."
+  "Return non-nil if FILE has backlinks."
   (not (zerop (length (denote-link-return-backlinks file)))))
 
 ;;;###autoload

Reply via email to