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

    Clarify the use of denote--link-at-point-get-data in its docstring
---
 denote.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index b150be31e4..42cd419aec 100644
--- a/denote.el
+++ b/denote.el
@@ -6284,7 +6284,9 @@ Return either nil or a list whose elements are two cons 
cells:
     (denote--inside-link-regexp-p regexp position)))
 
 (defun denote--link-open-at-point-subr (position)
-  "Open link at POSITION."
+  "Open link at POSITION.
+This is the subroutine of `denote-link-open-at-point' and
+`denote-link-open-at-mouse'."
   (pcase-let* ((data (denote--link-at-point-get-data position))
                (`(,target . ,_) (car data)))
     (if-let* ((path (denote-get-path-by-id target)))

Reply via email to