2004-09-08 Richard M. Stallman <rms@gnu.org>
+ * window.c (Fset_window_buffer): Doc fix.
+
* xdisp.c (Fformat_mode_line): New arg BUFFER says which buffer to use.
2004-09-08 Dan Nicolaescu <dann@ics.uci.edu>
Optional third arg KEEP-MARGINS non-nil means that WINDOW's current
display margins, fringe widths, and scroll bar settings are maintained;
the default is to reset these from BUFFER's local settings or the frame
-defaults. */)
+defaults.
+
+This function runs the hook `window-scroll-functions'. */)
(window, buffer, keep_margins)
register Lisp_Object window, buffer, keep_margins;
{