From: Richard M. Stallman Date: Thu, 9 Sep 2004 02:10:48 +0000 (+0000) Subject: (Fset_window_buffer): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~4978 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6cb4a8923202a1f00fcbd2f7e3b8e0ee9e9bd3f4;p=emacs.git (Fset_window_buffer): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 57f51c64341..52426939562 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2004-09-08 Richard M. Stallman + * 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 diff --git a/src/window.c b/src/window.c index 463c8f1f1bd..c696d7f9e27 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. 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; {