branch: externals/denote commit 4bc7aa4dfde55d007072e02df97fbe2706d4b4d3 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@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))