]> code.delx.au - gnu-emacs/commitdiff
(Fset_window_buffer): Fix docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 7 May 2004 00:45:53 +0000 (00:45 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 7 May 2004 00:45:53 +0000 (00:45 +0000)
src/ChangeLog
src/window.c

index 5ad22805b3665ab02a877e02143ad651b009f99d..cf2201e95dd2ec9e3bae6dd5b512a296a4e9aaa5 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-07  Juanma Barranquero  <lektu@terra.es>
+
+       * window.c (Fset_window_buffer): Fix docstring.
+
 2004-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
 
        * emacs.c (main) [VMS]: Fix var ref.
index f830c88bb18459a32ba3a7e292d239bf19d6a7c2..34000bd61f91ddb65b2441597395f831cc83bc6a 100644 (file)
@@ -1,6 +1,6 @@
 /* Window creation, deletion and examination for GNU Emacs.
    Does not include redisplay.
-   Copyright (C) 1985,86,87,93,94,95,96,97,1998,2000, 2001, 2002, 2003
+   Copyright (C) 1985,86,87, 1993,94,95,96,97,98, 2000,01,02,03,04
    Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
@@ -3023,7 +3023,7 @@ set_window_buffer (window, buffer, run_hooks_p, keep_margins_p)
 DEFUN ("set-window-buffer", Fset_window_buffer, Sset_window_buffer, 2, 3, 0,
        doc: /* Make WINDOW display BUFFER as its contents.
 BUFFER can be a buffer or buffer name.
-Optional third arg KEEP_MARGINS non-nil means that WINDOW's current
+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.  */)