From: Dave Love Date: Tue, 1 Feb 2000 14:52:08 +0000 (+0000) Subject: (Fset_window_margins): Don't make interactive. Doc fix. X-Git-Tag: emacs-pretest-21.0.90~5147 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a7bdfc083a0a041833e7d53953cdc25a009e03c3;p=emacs.git (Fset_window_margins): Don't make interactive. Doc fix. --- diff --git a/src/window.c b/src/window.c index 5ea0fde563f..d8ae5258289 100644 --- a/src/window.c +++ b/src/window.c @@ -4837,9 +4837,9 @@ Does not restore the value of point in current buffer.") ***********************************************************************/ DEFUN ("set-window-margins", Fset_window_margins, Sset_window_margins, - 2, 3, "", + 2, 3, 0, "Set width of marginal areas of window WINDOW.\n\ -If window is nil or omitted, set margins of the currently selected window.\n\ +If window is nil, set margins of the currently selected window.\n\ First parameter LEFT-WIDTH specifies the number of character\n\ cells to reserve for the left marginal area. Second parameter\n\ RIGHT-WIDTH does the same for the right marginal area.\n\