From 30c0d6536eb580e9e4815d799b74f9750d16ef79 Mon Sep 17 00:00:00 2001 From: Protesilaos Date: Thu, 21 May 2026 20:09:22 +0300 Subject: [PATCH] Be precise in the denote-file-prompt-extra-metadata docstring --- denote.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/denote.el b/denote.el index 97a3396..390c4e2 100644 --- a/denote.el +++ b/denote.el @@ -1536,8 +1536,7 @@ Use the identifier as a prefix and the keywords as a suffix." (cons 'group-function #'denote-file-prompt-group) (cons 'affixation-function #'denote-file-prompt-affixate) (cons 'display-sort-function #'denote-file-prompt-sort)) - "Extra `completion-metadata' for the `denote-file-prompt'. -This is in addition to the completion category, which is constant.") + "Extra `completion-metadata' for the `denote-file-prompt'.") (with-eval-after-load 'all-the-icons (cl-defmethod all-the-icons-completion-get-icon (cand (_cat (eql denote-file)))