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

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

[elpa] externals/denote 97eb6b989a 3/6: Tweak denote--retrieve-title-lin


From: ELPA Syncer
Subject: [elpa] externals/denote 97eb6b989a 3/6: Tweak denote--retrieve-title-line doc string
Date: Tue, 13 Sep 2022 23:57:33 -0400 (EDT)

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

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

diff --git a/denote.el b/denote.el
index bb35806114..0056a59d55 100644
--- a/denote.el
+++ b/denote.el
@@ -881,7 +881,7 @@ contain the newline."
                (buffer-substring-no-properties (point) (line-end-position))))))
 
 (defun denote--retrieve-title-line (file file-type)
-  "Return title line from FILE according to FILE-TYPE."
+  "Return title 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]