From: Dave Love Date: Mon, 23 Aug 1999 16:14:59 +0000 (+0000) Subject: (delete-extract-rectangle): Doc fix from verna. X-Git-Tag: emacs-pretest-21.0.90~7061 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7db6139adb211779fe8e018e1f28f20026fb2709;p=emacs.git (delete-extract-rectangle): Doc fix from verna. --- diff --git a/lisp/rect.el b/lisp/rect.el index 1e1a9baa851..4e412befa46 100644 --- a/lisp/rect.el +++ b/lisp/rect.el @@ -216,7 +216,7 @@ to be deleted." ;;;###autoload (defun delete-extract-rectangle (start end &optional fill) - "Delete the contents of the region-rectangle. + "Delete the contents of the rectangle with corners at START and END. Return it as a list of strings, one for each line of the rectangle. When called from a program the rectangle's corners are START and END.