replace-rectangle

replace-rectangle is an alias for `string-rectangle' in `rect.el'.


(replace-rectangle START END STRING)

Replace rectangle contents with STRING on each line.
The length of STRING need not be the same as the rectangle width.

Called from a program, takes three args; START, END and STRING.