(Fset_window_margins): Don't make interactive. Doc fix.
authorDave Love <fx@gnu.org>
Tue, 1 Feb 2000 14:52:08 +0000 (14:52 +0000)
committerDave Love <fx@gnu.org>
Tue, 1 Feb 2000 14:52:08 +0000 (14:52 +0000)
src/window.c

index 5ea0fde..d8ae525 100644 (file)
@@ -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\