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

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

[elpa] externals/denote a2794d8484 1/2: Tweak denote-org-front-matter do


From: ELPA Syncer
Subject: [elpa] externals/denote a2794d8484 1/2: Tweak denote-org-front-matter doc string
Date: Sat, 6 Aug 2022 10:57:29 -0400 (EDT)

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

    Tweak denote-org-front-matter doc string
---
 denote.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/denote.el b/denote.el
index 4130cc2c98..b9bbc011fe 100644
--- a/denote.el
+++ b/denote.el
@@ -720,19 +720,19 @@ is specific to this variable: it expect a delimiter such 
as
 \n"
   "Org front matter value for `format'.
 The order of the arguments is TITLE, DATE, KEYWORDS, ID.  If you
-are an avdanced user who wants to edit this variable to affect
+are an advanced user who wants to edit this variable to affect
 how front matter is produced, consider using something like %2$s
 to control where Nth argument is placed.
 
-Make sure to
+Make sure to:
 
 1. Not use empty lines inside the front matter block.
 
 2. Insert at least one empty line after the front matter block
-and do not use any empty line before it.
+   and do not use any empty line before it.
 
-These help ensure consistency and might prove useful if we need
-to operate on the front matter as a whole.")
+These help with consistency and might prove useful if we ever
+need to operate on the front matter as a whole.")
 
 (defun denote--format-front-matter (title date keywords id &optional filetype)
   "Front matter for new notes.



reply via email to

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