comparison src/window.c @ 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 5281eb29603f
children ab6c81c6edf8
comparison
equal deleted inserted replaced
27552:60c820c7f330 27553:49dd86912d71
4835 /*********************************************************************** 4835 /***********************************************************************
4836 Marginal Areas 4836 Marginal Areas
4837 ***********************************************************************/ 4837 ***********************************************************************/
4838 4838
4839 DEFUN ("set-window-margins", Fset_window_margins, Sset_window_margins, 4839 DEFUN ("set-window-margins", Fset_window_margins, Sset_window_margins,
4840 2, 3, "", 4840 2, 3, 0,
4841 "Set width of marginal areas of window WINDOW.\n\ 4841 "Set width of marginal areas of window WINDOW.\n\
4842 If window is nil or omitted, set margins of the currently selected window.\n\ 4842 If window is nil, set margins of the currently selected window.\n\
4843 First parameter LEFT-WIDTH specifies the number of character\n\ 4843 First parameter LEFT-WIDTH specifies the number of character\n\
4844 cells to reserve for the left marginal area. Second parameter\n\ 4844 cells to reserve for the left marginal area. Second parameter\n\
4845 RIGHT-WIDTH does the same for the right marginal area.\n\ 4845 RIGHT-WIDTH does the same for the right marginal area.\n\
4846 A nil width parameter means no margin.") 4846 A nil width parameter means no margin.")
4847 (window, left, right) 4847 (window, left, right)