]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 29 Apr 2016 22:08:07 +0000 (00:08 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 1 May 2016 17:27:10 +0000 (19:27 +0200)
* lisp/rect.el (delete-whitespace-rectangle): Doc fix (bug#18026).

(cherry picked from commit 6baca4911ec901579749dbf7596011d90fea3781)

lisp/rect.el

index 6aa7b8b585b6642892edb3a908706168be9d9039..43621d970d26bb056f8aef0be68f48705dc0eae7 100644 (file)
@@ -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."