[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 557a7b63b7 6/6: Tweak the denote-journal-extras-
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote 557a7b63b7 6/6: Tweak the denote-journal-extras-keyword doc string |
Date: |
Sat, 23 Nov 2024 03:57:52 -0500 (EST) |
branch: externals/denote
commit 557a7b63b746515d53ba5bef626e7aaf2f8f0714
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Tweak the denote-journal-extras-keyword doc string
---
denote-journal-extras.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/denote-journal-extras.el b/denote-journal-extras.el
index 2d84e086f6..481860c548 100644
--- a/denote-journal-extras.el
+++ b/denote-journal-extras.el
@@ -52,9 +52,8 @@ the `denote-journal-extras-keyword'."
(const :tag "Use the `denote-directory'" nil)))
(defcustom denote-journal-extras-keyword "journal"
- "Single word keyword or lists of keywords to tag journal entries.
-It is used by `denote-journal-extras-new-entry' to add a keyword
-to the newly created file."
+ "Single word keyword or list of keywords to tag journal entries.
+It is used by `denote-journal-extras-new-entry' (or related)."
:group 'denote-journal-extras
:type '(choice (string :tag "Keyword")
(repeat :tag "List of keywords" string)))
- [elpa] externals/denote updated (12a77a382e -> 557a7b63b7), ELPA Syncer, 2024/11/23
- [elpa] externals/denote 03dc441457 1/6: fix obsolete alias, ELPA Syncer, 2024/11/23
- [elpa] externals/denote 812bec4027 5/6: Document denote-journal-extras-keyword support for list value, ELPA Syncer, 2024/11/23
- [elpa] externals/denote c954e49482 2/6: Add multiple keywords option for journal, ELPA Syncer, 2024/11/23
- [elpa] externals/denote bd82f0aed7 4/6: Merge pull request #483 from cosmicz/journal-multiple-keywords, ELPA Syncer, 2024/11/23
- [elpa] externals/denote 9a9d858842 3/6: Merge pull request #482 from brabalan/fix-alias, ELPA Syncer, 2024/11/23
- [elpa] externals/denote 557a7b63b7 6/6: Tweak the denote-journal-extras-keyword doc string,
ELPA Syncer <=