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

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

[elpa] externals/denote 74c74ce6c6 5/6: Tweak denote--retrieve-keywords-


From: ELPA Syncer
Subject: [elpa] externals/denote 74c74ce6c6 5/6: Tweak denote--retrieve-keywords-line doc string
Date: Tue, 13 Sep 2022 23:57:33 -0400 (EDT)

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

    Tweak denote--retrieve-keywords-line doc string
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 8cdfde40b2..a00c80a99a 100644
--- a/denote.el
+++ b/denote.el
@@ -898,7 +898,7 @@ contain the newline."
                (buffer-substring-no-properties (point) (line-end-position))))))
 
 (defun denote--retrieve-keywords-line (file file-type)
-  "Return keywords line from FILE according to FILE-TYPE."
+  "Return keywords line from FILE front matter per FILE-TYPE."
   (with-temp-buffer
     (insert-file-contents file)
     (goto-char (point-min))



reply via email to

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