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
uniq(3) Make lines in a sorted list unique
upper-case-region(2) (C-x C-u) Uppercase a region (upcase)
upper-case-word(2) (esc u) Uppercase word (upcase)
(c) Copyright JASSPA 2009
Last Modified: 2009/10/12
Generated On: 2009/10/12