Mercurial > emacs
changeset 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 | 69eba6f6d5fb |
children | 21ed9c9bb210 |
files | src/window.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/window.c Wed Sep 22 18:13:27 1993 +0000 +++ b/src/window.c Wed Sep 22 18:14:10 1993 +0000 @@ -1346,7 +1346,7 @@ } 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\