aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/rect.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/rect.el b/lisp/rect.el
index 07e0f6fc14b..53fe46772b2 100644
--- a/lisp/rect.el
+++ b/lisp/rect.el
@@ -370,7 +370,7 @@ no text on the right side of the rectangle."
370 "Delete all whitespace following a specified column in each line. 370 "Delete all whitespace following a specified column in each line.
371The left edge of the rectangle specifies the position in each line 371The left edge of the rectangle specifies the position in each line
372at which whitespace deletion should begin. On each line in the 372at which whitespace deletion should begin. On each line in the
373rectangle, all continuous whitespace starting at that column is deleted. 373rectangle, all contiguous whitespace starting at that column is deleted.
374 374
375When called from a program the rectangle's corners are START and END. 375When called from a program the rectangle's corners are START and END.
376With a prefix (or a FILL) argument, also fill too short lines." 376With a prefix (or a FILL) argument, also fill too short lines."