comparison 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
comparison
equal deleted inserted replaced
57030:ed12a363c849 57031:0730ef55b4d8
3055 doc: /* Make WINDOW display BUFFER as its contents. 3055 doc: /* Make WINDOW display BUFFER as its contents.
3056 BUFFER can be a buffer or the name of an existing buffer. 3056 BUFFER can be a buffer or the name of an existing buffer.
3057 Optional third arg KEEP-MARGINS non-nil means that WINDOW's current 3057 Optional third arg KEEP-MARGINS non-nil means that WINDOW's current
3058 display margins, fringe widths, and scroll bar settings are maintained; 3058 display margins, fringe widths, and scroll bar settings are maintained;
3059 the default is to reset these from BUFFER's local settings or the frame 3059 the default is to reset these from BUFFER's local settings or the frame
3060 defaults. */) 3060 defaults.
3061
3062 This function runs the hook `window-scroll-functions'. */)
3061 (window, buffer, keep_margins) 3063 (window, buffer, keep_margins)
3062 register Lisp_Object window, buffer, keep_margins; 3064 register Lisp_Object window, buffer, keep_margins;
3063 { 3065 {
3064 register Lisp_Object tem; 3066 register Lisp_Object tem;
3065 register struct window *w = decode_window (window); 3067 register struct window *w = decode_window (window);