Mercurial > emacs
changeset 27553:49dd86912d71
(Fset_window_margins): Don't make interactive. Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 01 Feb 2000 14:52:08 +0000 |
parents | 60c820c7f330 |
children | 229352fdbf68 |
files | src/window.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/window.c Tue Feb 01 14:45:38 2000 +0000 +++ b/src/window.c Tue Feb 01 14:52:08 2000 +0000 @@ -4837,9 +4837,9 @@ ***********************************************************************/ 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\