Function: string<
string< is a function alias for string-lessp, defined in fns.c.
Signature
(string< STRING1 STRING2)
Documentation
Return non-nil if STRING1 is less than STRING2 in lexicographic order.
Case is significant. Symbols are also allowed; their print names are used instead.