default-lowercase-list
The default list of lowercase characters. The order and sequence of characters in this list must match the order and sequence in default-uppercase-list.
Norman Walsh, <ndw@nwalsh.com>
(define default-lowercase-list ;; The default list of lowercase characters '(#\a #\b #\c #\d #\e #\f #\g #\h #\i #\j #\k #\l #\m #\n #\o #\p #\q #\r #\s #\t #\u #\v #\w #\x #\y #\z))