From: Brian Fox Date: Wed, 22 Sep 1993 18:14:10 +0000 (+0000) Subject: (Fdelete_windows_on): Fix DEFUN to allow optional second arg to appear. X-Git-Tag: emacs-19.34~11075 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3cbbb729f95a6d2412e3f5e2aa5ba26e00b0ac00;p=emacs.git (Fdelete_windows_on): Fix DEFUN to allow optional second arg to appear. --- 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.") } DEFUN ("delete-windows-on", Fdelete_windows_on, Sdelete_windows_on, - 1, 1, "bDelete windows on (buffer): ", + 1, 2, "bDelete windows on (buffer): ", "Delete all windows showing BUFFER.\n\ Optional second argument FRAME controls which frames are affected.\n\ If nil or omitted, delete all windows showing BUFFER in any frame.\n\