aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-02-21 08:42:33 +0000
committerJuanma Barranquero2006-02-21 08:42:33 +0000
commitd040665ade45f4eef99ff4e5aac23ee92de5c856 (patch)
tree888aba6a68c05548fd76ae449d76a315a38d5eac
parent17c27b55219bbe71c0ac19b238488cdf8b1e8211 (diff)
downloademacs-d040665ade45f4eef99ff4e5aac23ee92de5c856.tar.gz
emacs-d040665ade45f4eef99ff4e5aac23ee92de5c856.zip
(Window Tree): Fix typo.
-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