aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorJuanma Barranquero2005-10-10 13:41:06 +0000
committerJuanma Barranquero2005-10-10 13:41:06 +0000
commit008171a4e0c745ade79ab36779f8ca8c9c692f1c (patch)
tree8ad1721ffa64e659e64a8c1be9493888d8def5df /src/window.c
parent1a0b66fe019869f5bdcb59082aa684b12962d967 (diff)
downloademacs-008171a4e0c745ade79ab36779f8ca8c9c692f1c.tar.gz
emacs-008171a4e0c745ade79ab36779f8ca8c9c692f1c.zip
(Fwindow_tree): Fix spelling.
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 9ef4fc2eacd..ff01b2c902c 100644
--- a/src/window.c
+++ b/src/window.c
@@ -6279,7 +6279,7 @@ is the frame's minibuffer window.
6279 6279
6280If the root window is not split, ROOT is the root window itself. 6280If the root window is not split, ROOT is the root window itself.
6281Otherwise, ROOT is a list (DIR EDGES W1 W2 ...) where DIR is nil for a 6281Otherwise, ROOT is a list (DIR EDGES W1 W2 ...) where DIR is nil for a
6282horisontal split, and t for a vertical split, EDGES gives the combined 6282horizontal split, and t for a vertical split, EDGES gives the combined
6283size and position of the subwindows in the split, and the rest of the 6283size and position of the subwindows in the split, and the rest of the
6284elements are the subwindows in the split. Each of the subwindows may 6284elements are the subwindows in the split. Each of the subwindows may
6285again be a window or a list representing a window split, and so on. 6285again be a window or a list representing a window split, and so on.