Mercurial > emacs
changeset 57031:0730ef55b4d8
(Fset_window_buffer): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 09 Sep 2004 02:10:40 +0000 |
parents | ed12a363c849 |
children | 1a829dd4c629 |
files | src/window.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
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; {