[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
21. Commands for Fixing Typos
In this chapter we describe the commands that are especially useful for the times when you catch a mistake in your text just after you have made it, or change your mind while composing text on the fly.
The most fundamental command for correcting erroneous editing is the
undo command, C-x u or C-_ or C-/. This command
undoes a single command (usually), a part of a command (in the case of
query-replace
), or several consecutive self-inserting
characters. Consecutive repetitions of the undo command undo earlier
and earlier changes, back to the limit of the undo information
available. See section Undo, for more information.
21.1 Undo | The Undo commands. | |
21.2 Killing Your Mistakes | Commands to kill a batch of recently entered text. | |
21.3 Transposing Text | Exchanging two characters, words, lines, lists... | |
21.4 Case Conversion | Correcting case of last word entered. | |
21.5 Checking and Correcting Spelling | Apply spelling checker to a word, or a whole file. |