string-insert-rectangle

string-insert-rectangle is an interactive autoloaded compiled Lisp function in `rect.el'.


(string-insert-rectangle START END STRING)

Insert STRING on each line of region-rectangle, shifting text right.

When called from a program, the rectangle's corners are START and END.
The left edge of the rectangle specifies the column for insertion.
This command does not delete or overwrite any existing text.