branch: externals/denote commit 5d578096e26763a4a125c6c9ad5ff62b2ceac873 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Reword denote-date-prompt-use-org-read-date docstring --- denote.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/denote.el b/denote.el index a0d825d488..1c17031aed 100644 --- a/denote.el +++ b/denote.el @@ -319,9 +319,11 @@ are described in the doc string of `format-time-string'." (defcustom denote-date-prompt-use-org-read-date nil "Whether to use `org-read-date' in date prompts. -If non-nil, use `org-read-date'. +If non-nil, use `org-read-date'. If nil, input the date as a +string, as described in `denote'. -If nil, input the date as a string, as described in `denote'." +This option is relevant when `denote-prompts' includes a `date' +and/or when the user invokes the command `denote-date'." :group 'denote :package-version '(denote . "0.6.0") :type 'boolean)