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

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

[elpa] externals/denote 4bc7aa4dfd 166/355: Remove outdated doc string f


From: ELPA Syncer
Subject: [elpa] externals/denote 4bc7aa4dfd 166/355: Remove outdated doc string from private function
Date: Sun, 26 Jun 2022 23:58:19 -0400 (EDT)

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

    Remove outdated doc string from private function
---
 denote-link.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/denote-link.el b/denote-link.el
index 9292428ae1..18a97fa5f5 100644
--- a/denote-link.el
+++ b/denote-link.el
@@ -84,8 +84,7 @@ With optional BACKLINK, return a backlink pattern"
     (_ (if backlink denote-link--backlink-format-org 
denote-link--link-format-org)))) ; Includes backup files.  Maybe we can remove 
them?
 
 (defun denote-link--format-link (file pattern)
-  "Prepare link to FILE using PATTERN.
-With optional BACKLINK, format it as a backlink."
+  "Prepare link to FILE using PATTERN."
   (let* ((dir (denote-directory))
          (file-id (denote-retrieve--value file 
denote-retrieve--identifier-regexp))
          (file-path (file-name-completion file-id dir))



reply via email to

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