Mercurial > emacs
changeset 25380:b5ef1f54a2ca
(delete-extract-rectangle): Doc fix from verna.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 23 Aug 1999 16:14:59 +0000 |
parents | 167c69238538 |
children | 970b18c6803f |
files | lisp/rect.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.