diff options
| author | Juanma Barranquero | 2006-02-21 08:42:33 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-02-21 08:42:33 +0000 |
| commit | d040665ade45f4eef99ff4e5aac23ee92de5c856 (patch) | |
| tree | 888aba6a68c05548fd76ae449d76a315a38d5eac | |
| parent | 17c27b55219bbe71c0ac19b238488cdf8b1e8211 (diff) | |
| download | emacs-d040665ade45f4eef99ff4e5aac23ee92de5c856.tar.gz emacs-d040665ade45f4eef99ff4e5aac23ee92de5c856.zip | |
(Window Tree): Fix typo.
| -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 |