(Fset_window_buffer): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 9 Sep 2004 02:10:48 +0000 (02:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 9 Sep 2004 02:10:48 +0000 (02:10 +0000)
src/ChangeLog
src/window.c

index 57f51c6..5242693 100644 (file)
@@ -1,5 +1,7 @@
 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>
index 463c8f1..c696d7f 100644 (file)
@@ -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;
 {