[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 3dd8995d43 1/5: Tweak denote-sort-comparison-fun
|
From: |
ELPA Syncer |
|
Subject: |
[elpa] externals/denote 3dd8995d43 1/5: Tweak denote-sort-comparison-function doc string |
|
Date: |
Wed, 29 Nov 2023 12:57:39 -0500 (EST) |
branch: externals/denote
commit 3dd8995d43edf5fb981e284c16436d58ae6ed600
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Tweak denote-sort-comparison-function doc string
---
denote-sort.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/denote-sort.el b/denote-sort.el
index 2763fb0095..f584d16718 100644
--- a/denote-sort.el
+++ b/denote-sort.el
@@ -43,7 +43,7 @@
:link '(url-link :tag "Homepage" "https://protesilaos.com/emacs/denote"))
(defvar denote-sort-comparison-function #'string-collate-lessp
- "Sorting function used by `denote-sort-files' subroutines.")
+ "String comparison function used by `denote-sort-files' subroutines.")
(defmacro denote-sort--define (component)
"Define Denote sort function for file name COMPONENT."