diff options
| author | Dave Love | 2000-02-01 14:52:08 +0000 |
|---|---|---|
| committer | Dave Love | 2000-02-01 14:52:08 +0000 |
| commit | a7bdfc083a0a041833e7d53953cdc25a009e03c3 (patch) | |
| tree | 138872e31f6da015805c04e96598a12c8cbbf4b5 /src | |
| parent | 712c597eb9d6df17d0faca8a4afd00188497343d (diff) | |
| download | emacs-a7bdfc083a0a041833e7d53953cdc25a009e03c3.tar.gz emacs-a7bdfc083a0a041833e7d53953cdc25a009e03c3.zip | |
(Fset_window_margins): Don't make interactive. Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.c | 4 |
1 files changed, 2 insertions, 2 deletions
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.") | |||
| 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\ |