edt-uppercase

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


(edt-uppercase)

Change specified characters to upper 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 upper 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 upper case
and the cursor is left to rest at the beginning of that word.