Mercurial > emacs
changeset 65975:a234d371d212
(Fwindow_tree): Fix spelling.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 10 Oct 2005 13:41:06 +0000 |
parents | ef546abd2887 |
children | c332e9c9e66d |
files | src/window.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/window.c Mon Oct 10 12:27:21 2005 +0000 +++ b/src/window.c Mon Oct 10 13:41:06 2005 +0000 @@ -6279,7 +6279,7 @@ If the root window is not split, ROOT is the root window itself. Otherwise, ROOT is a list (DIR EDGES W1 W2 ...) where DIR is nil for a -horisontal split, and t for a vertical split, EDGES gives the combined +horizontal split, and t for a vertical split, EDGES gives the combined size and position of the subwindows in the split, and the rest of the elements are the subwindows in the split. Each of the subwindows may again be a window or a list representing a window split, and so on.