Function: close-rectangle
close-rectangle is a function alias and interactive for
delete-whitespace-rectangle, defined in rect.el.gz.
This command is obsolete since 29.1; use delete-whitespace-rectangle
instead.
Signature
(close-rectangle START END &optional FILL)
Documentation
Delete all whitespace following a specified column in each line.
The left edge of the rectangle specifies the position in each line at which whitespace deletion should begin. On each line in the rectangle, all contiguous whitespace starting at that column is deleted.
When called from a program the rectangle's corners are START and END. With a prefix (or a FILL) argument, also fill too short lines.
Key Bindings
Aliases
close-rectangle (obsolete since 29.1)