emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 6baca49 1/2: Doc fix


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 6baca49 1/2: Doc fix
Date: Fri, 29 Apr 2016 22:17:18 +0000

branch: master
commit 6baca4911ec901579749dbf7596011d90fea3781
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Doc fix
    
    * lisp/rect.el (delete-whitespace-rectangle): Doc fix (bug#18026).
---
 lisp/rect.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/rect.el b/lisp/rect.el
index 07e0f6f..53fe467 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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]