Update the denote-sort-identifier-comparison-function

Tweak what was contributed by Maikol Solis in pull request 517:
<https://github.com/protesilaos/denote/pull/517>.
This commit is contained in:
Protesilaos Stavrou 2025-01-04 18:47:35 +02:00
parent 5b7755f6fc
commit c7ba0b6bea
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -43,11 +43,11 @@
"List of sorting keys applicable for `denote-sort-files' and related.")
(defcustom denote-sort-identifier-comparison-function denote-sort-comparison-fallback-function
"Function to sort the SIGNATURE component in file names.
"Function to sort the DATE/IDENTIFIER component in file names.
The function accepts two arguments and must return a non-nil value if
the first argument is smaller than the second one."
:type 'function
:package-version '(denote . "3.1.0")
:package-version '(denote . "3.2.0")
:group 'denote-sort)
(defcustom denote-sort-title-comparison-function denote-sort-comparison-fallback-function