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

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

[elpa] externals/denote 9e3cf08443 4/6: Use "keywords" not "keyword" in


From: ELPA Syncer
Subject: [elpa] externals/denote 9e3cf08443 4/6: Use "keywords" not "keyword" in 'denote--keywords-delete-prompt'
Date: Sun, 3 Dec 2023 00:57:48 -0500 (EST)

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

    Use "keywords" not "keyword" in 'denote--keywords-delete-prompt'
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 8c55e537f8..56905c28e2 100644
--- a/denote.el
+++ b/denote.el
@@ -2166,7 +2166,7 @@ the new front matter, per 
`denote-rename-file-using-front-matter'."
 In the case of multiple entries, those are separated by the
 `crm-sepator', which typically is a comma.  In such a case, the
 output is sorted with `string-collate-lessp'."
-  (let ((choice (denote--keywords-crm keywords "Keyword to remove: ")))
+  (let ((choice (denote--keywords-crm keywords "Keywords to remove")))
     (if denote-sort-keywords
         (sort choice #'string-collate-lessp)
       choice)))



reply via email to

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