From 94af99a4bf6af2c9e19b4290756f695f120b508f Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Fri, 25 Nov 2011 15:24:05 +0100 Subject: Fix description of window-combination-limit. * windows.texi (Splitting Windows): Fix description of window-combination-limit. Suggested by Eli Zaretskii. --- doc/lispref/ChangeLog | 5 +++++ doc/lispref/windows.texi | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 0e39eb93f63..b0a7ce4ae47 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2011-11-25 Martin Rudalics + + * windows.texi (Splitting Windows): Fix description of + window-combination-limit. Suggested by Eli Zaretskii. + 2011-11-23 Chong Yidong * windows.texi (Window Sizes): Move window-top-line, diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index a1324fb8509..437b6db8d58 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -890,8 +890,9 @@ direction as the existing window combination (otherwise, a new internal window is created anyway). The default is @code{nil}. Other values are reserved for future use. -Thus, if the value is always @code{t}, each window tree is a binary -tree: each window except the root window has exactly one sibling. +Thus, if the value of this variable is at all times @code{t}, then at +all times every window tree is a binary tree (a tree where each window +except the root window has exactly one sibling). Furthermore, @code{split-window} calls @code{set-window-combination-limit} on the newly-created internal -- cgit v1.2.3