diff options
| author | Dave Love | 1999-08-23 16:14:59 +0000 |
|---|---|---|
| committer | Dave Love | 1999-08-23 16:14:59 +0000 |
| commit | 7db6139adb211779fe8e018e1f28f20026fb2709 (patch) | |
| tree | f14592f2ae0ab6cf3fa5614fa2bea914b1883c85 | |
| parent | e037c34cee7b2b579d764ce7cd9c50af32cd8034 (diff) | |
| download | emacs-7db6139adb211779fe8e018e1f28f20026fb2709.tar.gz emacs-7db6139adb211779fe8e018e1f28f20026fb2709.zip | |
(delete-extract-rectangle): Doc fix from verna.
| -rw-r--r-- | lisp/rect.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 216 | 216 | ||
| 217 | ;;;###autoload | 217 | ;;;###autoload |
| 218 | (defun delete-extract-rectangle (start end &optional fill) | 218 | (defun delete-extract-rectangle (start end &optional fill) |
| 219 | "Delete the contents of the region-rectangle. | 219 | "Delete the contents of the rectangle with corners at START and END. |
| 220 | Return it as a list of strings, one for each line of the rectangle. | 220 | Return it as a list of strings, one for each line of the rectangle. |
| 221 | 221 | ||
| 222 | When called from a program the rectangle's corners are START and END. | 222 | When called from a program the rectangle's corners are START and END. |