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

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

[elpa] externals/denote 869f9b0d06 3/5: Update doc strings of front matt


From: ELPA Syncer
Subject: [elpa] externals/denote 869f9b0d06 3/5: Update doc strings of front matter format vars
Date: Mon, 29 Aug 2022 22:57:32 -0400 (EDT)

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

    Update doc strings of front matter format vars
---
 denote.el | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

diff --git a/denote.el b/denote.el
index 24b4e6c8f5..3594ba531c 100644
--- a/denote.el
+++ b/denote.el
@@ -589,7 +589,10 @@ date       = %s
 tags       = %s
 identifier = %S
 +++\n\n"
-  "TOML front matter.")
+  "TOML 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'.")
 
 (defvar denote-yaml-front-matter
   "---
@@ -598,7 +601,10 @@ date:       %s
 tags:       %s
 identifier: %S
 ---\n\n"
-  "YAML front matter.")
+  "YAML 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'.")
 
 (defvar denote-text-front-matter
   "title:      %s
@@ -606,7 +612,10 @@ date:       %s
 tags:       %s
 identifier: %s
 ---------------------------\n\n"
-  "Plain text front matter.")
+  "Plain text 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'.")
 
 (defvar denote-org-front-matter
   "#+title:      %s
@@ -614,7 +623,10 @@ identifier: %s
 #+filetags:   %s
 #+identifier: %s
 \n"
-  "Org front matter.")
+  "Org 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'.")
 
 (defun denote-surround-with-quotes (s)
   "Surround string S with quotes.



reply via email to

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