aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/windows.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/windows.texi b/lispref/windows.texi
index fe1d6212df0..dc780e7b828 100644
--- a/lispref/windows.texi
+++ b/lispref/windows.texi
@@ -2196,7 +2196,7 @@ root window, and @var{mini} is the frame's minibuffer window.
2196 2196
2197If the root window is not split, @var{root} is the root window itself. 2197If the root window is not split, @var{root} is the root window itself.
2198Otherwise, @var{root} is a list @code{(@var{dir} @var{edges} @var{w1} 2198Otherwise, @var{root} is a list @code{(@var{dir} @var{edges} @var{w1}
2199@var{w2} ...)} where @var{dir} is @code{nil} for a horisontal split, 2199@var{w2} ...)} where @var{dir} is @code{nil} for a horizontal split,
2200and @code{t} for a vertical split, @var{edges} gives the combined size and 2200and @code{t} for a vertical split, @var{edges} gives the combined size and
2201position of the subwindows in the split, and the rest of the elements 2201position of the subwindows in the split, and the rest of the elements
2202are the subwindows in the split. Each of the subwindows may again be 2202are the subwindows in the split. Each of the subwindows may again be