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

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

[elpa] externals/denote c56ddd3fb9 19/39: Update doc string of 'denote'


From: ELPA Syncer
Subject: [elpa] externals/denote c56ddd3fb9 19/39: Update doc string of 'denote' command
Date: Mon, 11 Jul 2022 00:57:45 -0400 (EDT)

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

    Update doc string of 'denote' command
---
 denote.el | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/denote.el b/denote.el
index da94742a9d..8a068fabd7 100644
--- a/denote.el
+++ b/denote.el
@@ -721,14 +721,17 @@ according to the value of `denote-prompts'.
 
 When called from Lisp, all arguments are optional.
 
-- TITLE is a string.  If nil, an empty string is used.
+- TITLE is a string or a function returning a string.  If nil, an
+  empty string is used.
 
-- KEYWORDS is a list of strings.
+- KEYWORDS is a list of strings.  The list can be empty or the
+  value can be set to nil.
 
 - TYPE is a symbol among those described in `denote-file-type'.
 
 - DATE is a string representing a date like 2022-06-30 or a date
-  and time like 2022-06-16 14:30.
+  and time like 2022-06-16 14:30.  A nil value or an empty string
+  is interpreted as the `current-time'.
 
 - SUBDIR is a string representing the path to either the value of
   the variable `denote-directory' or a subdirectory thereof.  The



reply via email to

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