~protesilaos/denote

Fix variable name typo in denote-prompts doc string v1 APPLIED

Kyle Meyer: 1
 Fix variable name typo in denote-prompts doc string

 1 files changed, 1 insertions(+), 1 deletions(-)
Protesilaos Stavrou writes:
Next
You are welcome!  If you think there is something we can improve, please
let us know.
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~protesilaos/denote/patches/34116/mbox | git am -3
Learn more about email & git

[PATCH] Fix variable name typo in denote-prompts doc string Export this patch

---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 4417efd..f757d05 100644
--- a/denote.el
+++ b/denote.el
@@ -181,7 +181,7 @@ (defcustom denote-prompts '(title keywords)
  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).
  whatever the value of `crm-separator' is).

- `file-type': Prompts with completion for the file type of the
  new note.  Available candidates are those specified in the user

base-commit: 75531ca90412b43b48ee71e75a268624272dbb02
-- 
2.37.0
Thank you, Kyle!

I installed the patch and updated the manual's "Acknowledgements" to
include your name.

All the best,
Prot