branch: externals/denote
commit 86b90227ed2235e821ebf2b8ff4a76420e296946
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Tweak denote-org-capture doc string
---
denote-org-capture.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/denote-org-capture.el b/denote-org-capture.el
index c62594fe51..13033017ae 100644
--- a/denote-org-capture.el
+++ b/denote-org-capture.el
@@ -66,9 +66,9 @@
"String with format specifiers for `org-capture-templates'.
Check that variable's documentation for the details.
-This string is appended to new notes in the `denote-org-capture'
-function. Every new note has the standard front matter we
-define."
+The string can include arbitrary text. It is appended to new
+notes via the `denote-org-capture' function. Every new note has
+the standard front matter we define."
:type 'string
:group 'denote-org-capture)