]> git.eshelyaron.com Git - emacs.git/commitdiff
(delete-extract-rectangle): Doc fix from verna.
authorDave Love <fx@gnu.org>
Mon, 23 Aug 1999 16:14:59 +0000 (16:14 +0000)
committerDave Love <fx@gnu.org>
Mon, 23 Aug 1999 16:14:59 +0000 (16:14 +0000)
lisp/rect.el

index 1e1a9baa851b7ca1c15fc3727efeeceb9100ee7b..4e412befa460ad5cf0177b6d054df0c7b92fc3a3 100644 (file)
@@ -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.