picture-delete-char
    
    picture-delete-char is an alias for `
delete-char' in `
picture.el'.
(picture-delete-char 
N &optional 
KILLFLAG)
Delete the following 
N characters (previous if 
N is negative).
Optional second arg 
KILLFLAG non-nil means kill instead (save in kill ring).
Interactively, 
N is the prefix arg, and 
KILLFLAG is set if
N was explicitly specified.
The command `delete-forward-char' is preferable for interactive use, e.g.
because it respects values of `delete-active-region' and `overwrite-mode'.