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

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

[elpa] externals/denote 47bda788b0 5/9: Ensure double spacing for three


From: ELPA Syncer
Subject: [elpa] externals/denote 47bda788b0 5/9: Ensure double spacing for three docstring sentences
Date: Thu, 30 Nov 2023 03:57:58 -0500 (EST)

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

    Ensure double spacing for three docstring sentences
---
 denote.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/denote.el b/denote.el
index 884dbd9bcc..2995803410 100644
--- a/denote.el
+++ b/denote.el
@@ -314,7 +314,7 @@ When the value is `text', the file type is that of Text 
mode.
 Any other non-nil value is the same as the default.
 
 NOTE: Expert users can change the supported file-types by editing
-the value of `denote-file-types'. That variable, which is not a
+the value of `denote-file-types'.  That variable, which is not a
 user option, controls the behaviour of all file-type-aware
 functions (creating notes, renaming them, inserting front matter,
 formatting a link, etc.). Consult its documentation for the
@@ -4090,8 +4090,8 @@ current denote PROJECT."
 (cl-defmethod project-files ((_project (head denote)) &optional _dirs)
   "Denote's implementation of `project-files' method from `project'.
 Return all files that have an identifier for the current denote
-PROJECT. The return value may thus include file types that are
-not implied by `denote-file-type'. To limit the return value to
+PROJECT.  The return value may thus include file types that are
+not implied by `denote-file-type'.  To limit the return value to
 text files, use the function `denote-directory-files' with a
 non-nil `text-only' parameter."
   (denote-directory-files))



reply via email to

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