# HG changeset patch # User Richard M. Stallman # Date 1094695840 0 # Node ID 0730ef55b4d8927b8c068d5b2792570ec224aa8f # Parent ed12a363c849b10a77101aa4b0afaa6b370401f8 (Fset_window_buffer): Doc fix. diff -r ed12a363c849 -r 0730ef55b4d8 src/window.c --- a/src/window.c Thu Sep 09 01:34:59 2004 +0000 +++ b/src/window.c Thu Sep 09 02:10:40 2004 +0000 @@ -3057,7 +3057,9 @@ 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; {