edt-lowercase

edt-lowercase is an interactive compiled Lisp function in `edt.el'.


(edt-lowercase)

Change specified characters to lower case.
If text selection IS active, then characters between the cursor and
mark are changed. If text selection is NOT active, there are two
situations. If the current direction is ADVANCE, then the word under
the cursor is changed to lower case and the cursor is moved to rest at
the beginning of the next word. If the current direction is BACKUP,
the word prior to the word under the cursor is changed to lower case
and the cursor is left to rest at the beginning of that word.