diff options
Diffstat (limited to 'src')
| -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\ |