mirror of
https://github.com/protesilaos/denote.git
synced 2026-09-10 07:16:20 -04:00
Tweak the denote-journal-extras-keyword doc string
This commit is contained in:
parent
812bec4027
commit
557a7b63b7
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue