edt-change-case

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


(edt-change-case NUM)

Change the case of specified characters.
If text selection IS active, then characters between the cursor and mark are
changed. If text selection is NOT active, there are two cases. First, if the
current direction is ADVANCE, then the prefix number of character(s) under and
following cursor are changed. Second, if the current direction is BACKUP, then
the prefix number of character(s) before the cursor are changed. Accepts a
positive prefix for the number of characters to change, but the prefix is
ignored if text selection is active.
Argument NUM is the numbers of consecutive characters to change.