diff options
| author | Gerd Moellmann | 2000-08-08 11:05:38 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-08-08 11:05:38 +0000 |
| commit | 704bdba16c44b303541bc87a259de031c3db98ed (patch) | |
| tree | 49013bdd6e650bdabe3d0272ed5af3705ffb03d4 /lispref | |
| parent | 3d819a75753a0f1a4ac81dedd6d2f9ec8a95a9f8 (diff) | |
| download | emacs-704bdba16c44b303541bc87a259de031c3db98ed.tar.gz emacs-704bdba16c44b303541bc87a259de031c3db98ed.zip | |
*** empty log message ***
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/windows.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lispref/windows.texi b/lispref/windows.texi index f92fb1a16a9..053edf2b661 100644 --- a/lispref/windows.texi +++ b/lispref/windows.texi | |||
| @@ -850,6 +850,16 @@ Precisely how @code{display-buffer} finds or creates a window depends on | |||
| 850 | the variables described below. | 850 | the variables described below. |
| 851 | @end deffn | 851 | @end deffn |
| 852 | 852 | ||
| 853 | @defopt display-buffer-reuse-frames | ||
| 854 | If this variable is non-@code{nil}, @code{display-buffer} searches | ||
| 855 | existing frames for a window displaying the buffer. If the buffer is | ||
| 856 | already displayed in a window in some frame, @code{display-buffer} makes | ||
| 857 | the frame visible and raises it, to use that window. If the buffer is | ||
| 858 | not already displayed, or if @code{display-buffer-reuse-frames} is | ||
| 859 | @code{nil}, @code{display-buffer}'s behavior is determined by other | ||
| 860 | variables, described below. | ||
| 861 | @end defopt | ||
| 862 | |||
| 853 | @defopt pop-up-windows | 863 | @defopt pop-up-windows |
| 854 | This variable controls whether @code{display-buffer} makes new windows. | 864 | This variable controls whether @code{display-buffer} makes new windows. |
| 855 | If it is non-@code{nil} and there is only one window, then that window | 865 | If it is non-@code{nil} and there is only one window, then that window |