aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/windows.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index 772bcdf9a6c..9301fdfa9d6 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -5706,9 +5706,10 @@ This function puts the window state @var{state} into @var{window}.
5706The argument @var{state} should be the state of a window returned by 5706The argument @var{state} should be the state of a window returned by
5707an earlier invocation of @code{window-state-get}, see above. The 5707an earlier invocation of @code{window-state-get}, see above. The
5708optional argument @var{window} can be either a live window or an 5708optional argument @var{window} can be either a live window or an
5709internal window (@pxref{Windows and Frames}) and defaults to the 5709internal window (@pxref{Windows and Frames}). If @var{window} is not
5710selected one. If @var{window} is not live, it is replaced by a live 5710a live window, it is replaced by a new live window created on the same
5711window before putting @var{state} into it. 5711frame before putting @var{state} into it. If @var{window} is @code{nil},
5712it puts the window state into a new window.
5712 5713
5713If the optional argument @var{ignore} is non-@code{nil}, it means to ignore 5714If the optional argument @var{ignore} is non-@code{nil}, it means to ignore
5714minimum window sizes and fixed-size restrictions. If @var{ignore} 5715minimum window sizes and fixed-size restrictions. If @var{ignore}