# HG changeset patch # User Dave Love # Date 935424899 0 # Node ID b5ef1f54a2caa9eca0bd4b2db17a7de083e35a1f # Parent 167c69238538d4b7095da3451cd0d8f28dc19368 (delete-extract-rectangle): Doc fix from verna. diff -r 167c69238538 -r b5ef1f54a2ca lisp/rect.el --- a/lisp/rect.el Mon Aug 23 14:28:34 1999 +0000 +++ b/lisp/rect.el Mon Aug 23 16:14:59 1999 +0000 @@ -216,7 +216,7 @@ ;;;###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.