Next: Killing and Deleting, Previous: Inserting Characters, Up: Modification Commands [Contents][Index]
There are a number of commands for deleting characters as well.
If more than this many characters are deleted by a character deletion command, then the deleted text is placed in the kill ring.
Delete Next Character deletes the character immediately following the point, that is, the character which appears under the cursor. When given a prefix argument, C-d deletes that many characters after the point. Delete Previous Character is identical, except that it deletes characters before the point.
Delete Previous Character Expanding Tabs is identical to Delete Previous Character, except that it treats tabs as the equivalent number of spaces. Various language modes that use tabs for indentation bind Delete to this command.
Next: Killing and Deleting, Previous: Inserting Characters, Up: Modification Commands [Contents][Index]