summaryrefslogtreecommitdiff
path: root/lisp/rect.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2016-04-30 00:08:07 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2016-04-30 00:08:07 +0200
commit6baca4911ec901579749dbf7596011d90fea3781 (patch)
tree09de78143be5eb1ce902982b9f1117e02b55ec44 /lisp/rect.el
parent5d1f3192d484edee92caa46cd7d699da3e920259 (diff)
downloademacs-6baca4911ec901579749dbf7596011d90fea3781.tar.gz
Doc fix
* lisp/rect.el (delete-whitespace-rectangle): Doc fix (bug#18026).
Diffstat (limited to 'lisp/rect.el')
-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."
"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."