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

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

[elpa] externals/denote 1526f320eb 4/5: Refill paragraphs in the manual


From: ELPA Syncer
Subject: [elpa] externals/denote 1526f320eb 4/5: Refill paragraphs in the manual
Date: Sun, 7 Aug 2022 01:57:29 -0400 (EDT)

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

    Refill paragraphs in the manual
---
 README.org | 46 ++++++++++++++++++++++------------------------
 1 file changed, 22 insertions(+), 24 deletions(-)

diff --git a/README.org b/README.org
index 915100b619..16d89160af 100644
--- a/README.org
+++ b/README.org
@@ -189,30 +189,28 @@ The value is a list of symbols, which includes any of the 
following:
 
 - =title=: Prompt for the title of the new note.
 
-- =keywords=: Prompts with completion for the keywords of the new
-  note.  Available candidates are those specified in the user
-  option ~denote-known-keywords~.  If the user option
-  ~denote-infer-keywords~ is non-nil, keywords in existing note
-  file names are included in the list of candidates.  The
-  =keywords= prompt uses ~completing-read-multiple~, meaning that
-  it can accept multiple keywords separated by a comma (or
-  whatever the value of ~crm-sepator~ is).
-
-- =file-type=: Prompts with completion for the file type of the
-  new note.  Available candidates are those specified in the user
-  option ~denote-file-type~.  Without this prompt, ~denote~ uses
-  the value of ~denote-file-type~.
-
-- =subdirectory=: Prompts with completion for a subdirectory in
-  which to create the note.  Available candidates are the value
-  of the user option ~denote-directory~ and all of its
-  subdirectories.  Any subdirectory must already exist: Denote
-  will not create it.
-
-- =date=: Prompts for the date of the new note.  It will expect
-  an input like 2022-06-16 or a date plus time: 2022-06-16 14:30.
-  Without the =date= prompt, the ~denote~ command uses the
-  ~current-time~.
+- =keywords=: Prompts with completion for the keywords of the new note.
+  Available candidates are those specified in the user option
+  ~denote-known-keywords~.  If the user option ~denote-infer-keywords~
+  is non-nil, keywords in existing note file names are included in the
+  list of candidates.  The =keywords= prompt uses
+  ~completing-read-multiple~, meaning that it can accept multiple
+  keywords separated by a comma (or whatever the value of ~crm-sepator~
+  is).
+
+- =file-type=: Prompts with completion for the file type of the new
+  note.  Available candidates are those specified in the user option
+  ~denote-file-type~.  Without this prompt, ~denote~ uses the value of
+  ~denote-file-type~.
+
+- =subdirectory=: Prompts with completion for a subdirectory in which to
+  create the note.  Available candidates are the value of the user
+  option ~denote-directory~ and all of its subdirectories.  Any
+  subdirectory must already exist: Denote will not create it.
+
+- =date=: Prompts for the date of the new note.  It will expect an input
+  like 2022-06-16 or a date plus time: 2022-06-16 14:30.  Without the
+  =date= prompt, the ~denote~ command uses the ~current-time~.
 
 The prompts occur in the given order.
 



reply via email to

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