emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/denote e2c49771f7 078/355: Placate the compiler about s


From: ELPA Syncer
Subject: [elpa] externals/denote e2c49771f7 078/355: Placate the compiler about symbol disambiguation
Date: Sun, 26 Jun 2022 23:58:02 -0400 (EDT)

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

    Placate the compiler about symbol disambiguation
---
 denote-link.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/denote-link.el b/denote-link.el
index a1c0489b05..5deeb513f4 100644
--- a/denote-link.el
+++ b/denote-link.el
@@ -79,13 +79,13 @@ Both are supplied by `denote-link'."
       (denote-link--find-key-value-pair regexp))))
 
 (defun denote-link--read-file-prompt ()
-  "Prompt for regular file in `denote-directory'."
+  "Prompt for regular file in variable `denote-directory'."
   (read-file-name "Select note: " (denote-directory)
                   nil t nil #'file-regular-p)) ; Includes backup files.  Maybe 
we can remove them?
 
 ;;;###autoload
 (defun denote-link (target)
-  "Create Org link to TARGET note in `denote-directory'.
+  "Create Org link to TARGET note in variable `denote-directory'.
 Run `denote-link-insert-functions' afterwards."
   (interactive (list (denote-link--read-file-prompt)))
   (let* ((dir (denote-directory))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]