Function: denote-sort-identifier-lessp

denote-sort-identifier-lessp is a byte-compiled function defined in denote.el.

Signature

(denote-sort-identifier-lessp FILE1 FILE2)

Documentation

Return smallest among FILE1, FILE2 based on their identifier.

The denote-sort-identifier-comparison-function performs the comparison.

Source Code

;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
;; TODO 2023-12-04: Subject to the above NOTE, we can also sort by
;; directory and by file length.
(denote-sort--define-lessp identifier)