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

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

[elpa] externals/denote 03902ba812 05/12: Clarify doc strings of Markdow


From: ELPA Syncer
Subject: [elpa] externals/denote 03902ba812 05/12: Clarify doc strings of Markdown front matter vars
Date: Wed, 14 Sep 2022 05:57:39 -0400 (EDT)

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

    Clarify doc strings of Markdown front matter vars
---
 denote.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/denote.el b/denote.el
index 6898867820..87b813d718 100644
--- a/denote.el
+++ b/denote.el
@@ -687,7 +687,7 @@ date:       %s
 tags:       %s
 identifier: %S
 ---\n\n"
-  "YAML front matter.
+  "YAML (Markdown) front matter.
 It is passed to `format' with arguments TITLE, DATE, KEYWORDS,
 ID.  Advanced users are advised to consult Info node `(denote)
 Change the front matter format'.")
@@ -699,7 +699,7 @@ date       = %s
 tags       = %s
 identifier = %S
 +++\n\n"
-  "TOML front matter.
+  "TOML (Markdown) front matter.
 It is passed to `format' with arguments TITLE, DATE, KEYWORDS,
 ID.  Advanced users are advised to consult Info node `(denote)
 Change the front matter format'.")



reply via email to

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