(Fset_window_buffer): Doc fix.

This commit is contained in:
Richard M. Stallman 2004-09-09 02:10:48 +00:00
parent e8e8c0c7b7
commit 6cb4a89232
2 changed files with 5 additions and 1 deletions

View 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>

View 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;
{