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

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

[elpa] externals/denote 1a94b58e81 6/7: Make minor tweaks to placate the


From: ELPA Syncer
Subject: [elpa] externals/denote 1a94b58e81 6/7: Make minor tweaks to placate the compiler
Date: Sat, 20 Aug 2022 21:57:31 -0400 (EDT)

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

    Make minor tweaks to placate the compiler
---
 denote.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/denote.el b/denote.el
index b3ea78e84d..f8704f96a8 100644
--- a/denote.el
+++ b/denote.el
@@ -492,7 +492,7 @@ FILE must be an absolute path."
 
 (defun denote--directory-files ()
   "List expanded files in variable `denote-directory'.
-The returned files only need to have an identifier. They may
+The returned files only need to have an identifier.  They may
 include files that are not of a valid file type as specified by
 `denote-file-types'."
   (mapcar
@@ -699,7 +699,7 @@ TYPE-INFO is a list of 8 elements:
   front-matter: The type's front matter, as a string.
 
   title-key-regexp: The regexp used to retrieve the title line in
-    a file. The first line matching this regexp is considered the
+    a file.  The first line matching this regexp is considered the
     title line.
 
   title-value-function: The function used to format the raw title
@@ -709,7 +709,7 @@ TYPE-INFO is a list of 8 elements:
     string from the string in the front matter.
 
   keywords-key-regexp: The regexp used to retrieve the keywords
-    line in a file. The first line matching this regexp is
+    line in a file.  The first line matching this regexp is
     considered the keywords line.
 
   keywords-value-function: The function used to format the
@@ -767,7 +767,7 @@ Based on FILE-TYPE."
 
 (defun denote--get-title-line-from-front-matter (title file-type)
   "Retrieve title line from front matter based on FILE-TYPE.
-Format TITLE in the title line. The returned line does not
+Format TITLE in the title line.  The returned line does not
 contain the newline."
   (let ((front-matter (denote--format-front-matter title "" nil "" file-type))
         (key-regexp (denote--title-key-regexp file-type)))
@@ -779,7 +779,7 @@ contain the newline."
 
 (defun denote--get-keywords-line-from-front-matter (keywords file-type)
   "Retrieve keywords line from front matter based on FILE-TYPE.
-Format KEYWORDS in the keywords line. The returned line does not
+Format KEYWORDS in the keywords line.  The returned line does not
 contain the newline."
   (let ((front-matter (denote--format-front-matter "" "" keywords "" 
file-type))
         (key-regexp (denote--keywords-key-regexp file-type)))
@@ -1336,7 +1336,7 @@ block if appropriate."
 
 (defun denote--edit-front-matter-p (file file-type)
   "Test if FILE should be subject to front matter rewrite.
-Use FILE-TYPE to look for the front matter lines. This is
+Use FILE-TYPE to look for the front matter lines.  This is
 relevant for operations that insert or rewrite the front matter
 in a Denote note.
 



reply via email to

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