branch: externals/denote
commit e19538b5c544067765de385625d2faa2c406502a
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add the missing function :type from the user option denote-query-sorting
---
denote.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/denote.el b/denote.el
index 1c8bd5d86a..f2b8f2e381 100644
--- a/denote.el
+++ b/denote.el
@@ -5566,7 +5566,8 @@ order to sort file names interactively in the query
buffer."
(const :tag "Sort by keywords" keywords)
(const :tag "Sort by signature" signature)
(const :tag "Random order" random)
- (const :tag "Last modified" last-modified))
+ (const :tag "Last modified" last-modified)
+ (function :tag "Custom function that take two arguments for `sort'"))
:package-version '(denote . "4.1.0")
:group 'denote-query)