aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index c64902501db..e7246b7c657 100644
--- a/src/window.c
+++ b/src/window.c
@@ -3057,7 +3057,9 @@ BUFFER can be a buffer or the name of an existing buffer.
3057Optional third arg KEEP-MARGINS non-nil means that WINDOW's current 3057Optional third arg KEEP-MARGINS non-nil means that WINDOW's current
3058display margins, fringe widths, and scroll bar settings are maintained; 3058display margins, fringe widths, and scroll bar settings are maintained;
3059the default is to reset these from BUFFER's local settings or the frame 3059the default is to reset these from BUFFER's local settings or the frame
3060defaults. */) 3060defaults.
3061
3062This function runs the hook `window-scroll-functions'. */)
3061 (window, buffer, keep_margins) 3063 (window, buffer, keep_margins)
3062 register Lisp_Object window, buffer, keep_margins; 3064 register Lisp_Object window, buffer, keep_margins;
3063{ 3065{