diff options
| author | Brian Fox | 1993-09-22 18:14:10 +0000 |
|---|---|---|
| committer | Brian Fox | 1993-09-22 18:14:10 +0000 |
| commit | 3cbbb729f95a6d2412e3f5e2aa5ba26e00b0ac00 (patch) | |
| tree | 6d22fe4e50fd031f7beb8dcb1148e08457a957d0 /src/window.c | |
| parent | 2fdf3ee28cfb24a99d3f4cc9516ee6e997137bab (diff) | |
| download | emacs-3cbbb729f95a6d2412e3f5e2aa5ba26e00b0ac00.tar.gz emacs-3cbbb729f95a6d2412e3f5e2aa5ba26e00b0ac00.zip | |
(Fdelete_windows_on): Fix DEFUN to allow optional second arg to appear.
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index 3142479a72a..fdae63a47d5 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -1346,7 +1346,7 @@ value is reasonable when this function is called.") | |||
| 1346 | } | 1346 | } |
| 1347 | 1347 | ||
| 1348 | DEFUN ("delete-windows-on", Fdelete_windows_on, Sdelete_windows_on, | 1348 | DEFUN ("delete-windows-on", Fdelete_windows_on, Sdelete_windows_on, |
| 1349 | 1, 1, "bDelete windows on (buffer): ", | 1349 | 1, 2, "bDelete windows on (buffer): ", |
| 1350 | "Delete all windows showing BUFFER.\n\ | 1350 | "Delete all windows showing BUFFER.\n\ |
| 1351 | Optional second argument FRAME controls which frames are affected.\n\ | 1351 | Optional second argument FRAME controls which frames are affected.\n\ |
| 1352 | If nil or omitted, delete all windows showing BUFFER in any frame.\n\ | 1352 | If nil or omitted, delete all windows showing BUFFER in any frame.\n\ |