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

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

[elpa] externals/denote 195338effb 1/2: Shorten doc string to placate th


From: ELPA Syncer
Subject: [elpa] externals/denote 195338effb 1/2: Shorten doc string to placate the compiler
Date: Sun, 3 Jul 2022 23:57:32 -0400 (EDT)

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

    Shorten doc string to placate the compiler
---
 denote-retrieve.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/denote-retrieve.el b/denote-retrieve.el
index bab1f10378..7b6502b165 100644
--- a/denote-retrieve.el
+++ b/denote-retrieve.el
@@ -53,8 +53,7 @@
     (error "Cannot find `%s' as a file" file)))
 
 (defun denote-retrieve--search (file key-regexp &optional key)
-  "Return the value associated with the KEY-REGEXP key in the
-current buffer from FILE.
+  "Return value of KEY-REGEXP key in current buffer from FILE.
 If optional KEY is non-nil, return the key instead."
   (with-temp-buffer
     (insert-file-contents file)



reply via email to

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