]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 57f51c64341020d3e05519b5b571f64ccfd0566b..524269395625bb599c924bd2f5de9c7910db4c9e 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 463c8f1f1bd53064cfe5c3ce4fa62b44ae9e9173..c696d7f9e2735609acf5ca9c0e3ad7287f7afe98 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;
 {