Mercurial > emacs
diff src/window.c @ 57031:0730ef55b4d8
(Fset_window_buffer): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Thu, 09 Sep 2004 02:10:40 +0000 |
| parents | 76bd0e931318 |
| children | d039bbffafbc 42acc7fa8a4f cce1c0ee76ee |
line wrap: on
line diff
--- 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; {
