aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/rect.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/rect.el b/lisp/rect.el
index c9b8d2d659d..4636abe1315 100644
--- a/lisp/rect.el
+++ b/lisp/rect.el
@@ -206,7 +206,8 @@ but instead winds up to the right of the rectangle."
206 (indent-to (+ endcol whitewidth)))) 206 (indent-to (+ endcol whitewidth))))
207 207
208;;;###autoload 208;;;###autoload
209(defun close-rectangle (start end) 209(defalias 'close-rectangle 'delete-whitespace-rectangle) ;; Old name
210(defun delete-whitespace-rectangle (start end)
210 "Delete all whitespace following a specified column in each line. 211 "Delete all whitespace following a specified column in each line.
211The left edge of the rectangle specifies the position in each line 212The left edge of the rectangle specifies the position in each line
212at which whitespace deletion should begin. On each line in the 213at which whitespace deletion should begin. On each line in the