Variable: denote-sort-comparison-fallback-function
denote-sort-comparison-fallback-function is a variable defined in
denote.el.
Value
string-collate-lessp
Documentation
String comparison function used by denote-sort-files subroutines.
Source Code
;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defconst denote-sort-comparison-fallback-function #'string-collate-lessp
"String comparison function used by `denote-sort-files' subroutines.")