diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/windows.texi | 10 |
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. | |||
| 2881 | Also, this entry should be processed under only certain conditions | 2881 | Also, this entry should be processed under only certain conditions |
| 2882 | which are specified right below this list. | 2882 | which are specified right below this list. |
| 2883 | 2883 | ||
| 2884 | @vindex dedicated@r{, a buffer display action alist entry} | ||
| 2885 | @item dedicated | ||
| 2886 | If non-@code{nil}, such an entry tells @code{display-buffer} to mark | ||
| 2887 | any window it creates as dedicated to its buffer (@pxref{Dedicated | ||
| 2888 | Windows}). It does that by calling @code{set-window-dedicated-p} with | ||
| 2889 | the 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 |
| 2886 | If non-@code{nil} such an entry tells Emacs to preserve the size of | 2893 | If 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 | |||
| 3900 | non-@code{nil} value. | 3907 | non-@code{nil} value. |
| 3901 | @end defun | 3908 | @end defun |
| 3902 | 3909 | ||
| 3910 | You can also tell @code{display-buffer} to mark a window it creates as | ||
| 3911 | dedicated to its buffer by providing a suitable @code{dedicated} | ||
| 3912 | action 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 |