Commands to change the capitalization and transposition of text:
capitalize-word(2) (esc c) Capitalize word
lower-case-region(2) (C-x C-l) Lowercase a region (downcase)
lower-case-word(2) (esc l) Lowercase word (downcase)
sort-lines(2) Alphabetically sort lines
sort-lines-ignore-case(3) Alphabetically sort lines ignoring case
transpose-chars(2) (C-t) Exchange (swap) adjacent characters
transpose-lines(2) (C-x C-t) Exchange (swap) adjacent lines
upper-case-region(2) (C-x C-u) Uppercase a region (upcase)
upper-case-word(2) (esc u) Uppercase word (upcase)
(c) Copyright JASSPA 1999
Last Modified: 1999/07/12
Generated On: 1999/07/16