string-lessp
string-lessp is a built-in function in `C source code
'.
(string-lessp S1 S2)
Return t if first arg string is less than second in lexicographic order.
Case is significant.
Symbols are also allowed; their print names are used instead.
C source code
'.
(string-lessp S1 S2)
Return t if first arg string is less than second in lexicographic order.
Case is significant.
Symbols are also allowed; their print names are used instead.