diff options
| -rw-r--r-- | lispref/windows.texi | 2 |
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 | ||
| 2197 | If the root window is not split, @var{root} is the root window itself. | 2197 | If the root window is not split, @var{root} is the root window itself. |
| 2198 | Otherwise, @var{root} is a list @code{(@var{dir} @var{edges} @var{w1} | 2198 | Otherwise, @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, |
| 2200 | and @code{t} for a vertical split, @var{edges} gives the combined size and | 2200 | and @code{t} for a vertical split, @var{edges} gives the combined size and |
| 2201 | position of the subwindows in the split, and the rest of the elements | 2201 | position of the subwindows in the split, and the rest of the elements |
| 2202 | are the subwindows in the split. Each of the subwindows may again be | 2202 | are the subwindows in the split. Each of the subwindows may again be |