Doc fix
* lisp/rect.el (delete-whitespace-rectangle): Doc fix (bug#18026).
(cherry picked from commit 6baca4911e
)
This commit is contained in:
parent
3852fd6e31
commit
71795d4b5f
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ no text on the right side of the rectangle."
|
|||
"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 continuous whitespace starting at that column is deleted.
|
||||
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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue