comparison src/window.c @ 4776:fdca0d445357

(Fdelete_windows_on): Fix DEFUN to allow optional second arg to appear.
author Brian Fox <bfox@gnu.org>
date Wed, 22 Sep 1993 18:14:10 +0000
parents 1fc792473491
children 76f878905c65
comparison
equal deleted inserted replaced
4775:69eba6f6d5fb 4776:fdca0d445357
1344 set_buffer_internal (obuf); 1344 set_buffer_internal (obuf);
1345 return Qnil; 1345 return Qnil;
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\
1353 If t, delete only windows showing BUFFER in the selected frame.\n\ 1353 If t, delete only windows showing BUFFER in the selected frame.\n\
1354 If a frame, delete only windows showing BUFFER in that frame.") 1354 If a frame, delete only windows showing BUFFER in that frame.")