[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lispref/windows.texi
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lispref/windows.texi |
Date: |
Tue, 05 Aug 2003 21:43:43 -0400 |
Index: emacs/lispref/windows.texi
diff -c emacs/lispref/windows.texi:1.64 emacs/lispref/windows.texi:1.65
*** emacs/lispref/windows.texi:1.64 Tue Jul 22 11:22:12 2003
--- emacs/lispref/windows.texi Tue Aug 5 21:43:43 2003
***************
*** 643,649 ****
employ heuristics in choosing or creating a window; use these functions
when you need complete control.
! @defun set-window-buffer window buffer-or-name
This function makes @var{window} display @var{buffer-or-name} as its
contents. It returns @code{nil}. This is the fundamental primitive
for changing which buffer is displayed in a window, and all ways
--- 643,649 ----
employ heuristics in choosing or creating a window; use these functions
when you need complete control.
! @defun set-window-buffer window buffer-or-name &optional keep-margins
This function makes @var{window} display @var{buffer-or-name} as its
contents. It returns @code{nil}. This is the fundamental primitive
for changing which buffer is displayed in a window, and all ways
***************
*** 655,660 ****
--- 655,665 ----
@result{} nil
@end group
@end example
+
+ Normally, displaying @var{buffer} in @var{window} resets the window's
+ fringe widths and position based on the local variables of @var{buffer}.
+ However, if @var{keep-margins} is address@hidden, the fringe widths and
+ position of @var{window} remain unchanged. @xref{Fringes}.
@end defun
@defun window-buffer &optional window
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lispref/windows.texi,
Richard M. Stallman <=