emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106514: Fix description of window-co


From: martin rudalics
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106514: Fix description of window-combination-limit.
Date: Fri, 25 Nov 2011 15:24:05 +0100
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106514
committer: martin rudalics <address@hidden>
branch nick: trunk
timestamp: Fri 2011-11-25 15:24:05 +0100
message:
  Fix description of window-combination-limit.
  
  * windows.texi (Splitting Windows): Fix description of
  window-combination-limit.  Suggested by Eli Zaretskii.
modified:
  doc/lispref/ChangeLog
  doc/lispref/windows.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2011-11-23 16:25:11 +0000
+++ b/doc/lispref/ChangeLog     2011-11-25 14:24:05 +0000
@@ -1,3 +1,8 @@
+2011-11-25  Martin Rudalics  <address@hidden>
+
+       * windows.texi (Splitting Windows): Fix description of
+       window-combination-limit.  Suggested by Eli Zaretskii.
+
 2011-11-23  Chong Yidong  <address@hidden>
 
        * windows.texi (Window Sizes): Move window-top-line,

=== modified file 'doc/lispref/windows.texi'
--- a/doc/lispref/windows.texi  2011-11-23 16:25:11 +0000
+++ b/doc/lispref/windows.texi  2011-11-25 14:24:05 +0000
@@ -890,8 +890,9 @@
 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]