aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/windows.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index 3940dd89246..a0853180fb4 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -2881,6 +2881,13 @@ Frames}) to avoid changing the width of other, unrelated windows.
2881Also, this entry should be processed under only certain conditions 2881Also, this entry should be processed under only certain conditions
2882which are specified right below this list. 2882which are specified right below this list.
2883 2883
2884@vindex dedicated@r{, a buffer display action alist entry}
2885@item dedicated
2886If non-@code{nil}, such an entry tells @code{display-buffer} to mark
2887any window it creates as dedicated to its buffer (@pxref{Dedicated
2888Windows}). It does that by calling @code{set-window-dedicated-p} with
2889the chosen window as first argument and the entry's value as second.
2890
2884@vindex preserve-size@r{, a buffer display action alist entry} 2891@vindex preserve-size@r{, a buffer display action alist entry}
2885@item preserve-size 2892@item preserve-size
2886If non-@code{nil} such an entry tells Emacs to preserve the size of 2893If non-@code{nil} such an entry tells Emacs to preserve the size of
@@ -3900,6 +3907,9 @@ display. Other functions do not treat @code{t} differently from any
3900non-@code{nil} value. 3907non-@code{nil} value.
3901@end defun 3908@end defun
3902 3909
3910You can also tell @code{display-buffer} to mark a window it creates as
3911dedicated to its buffer by providing a suitable @code{dedicated}
3912action alist entry (@pxref{Buffer Display Action Alists}).
3903 3913
3904@node Quitting Windows 3914@node Quitting Windows
3905@section Quitting Windows 3915@section Quitting Windows