emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 d31298d: Fix documentation of `window-combination


From: Martin Rudalics
Subject: [Emacs-diffs] emacs-25 d31298d: Fix documentation of `window-combination-resize'
Date: Thu, 1 Dec 2016 09:52:37 +0000 (UTC)

branch: emacs-25
commit d31298d8afa8166346fbc9206f38ec4b09a12204
Author: Martin Rudalics <address@hidden>
Commit: Martin Rudalics <address@hidden>

    Fix documentation of `window-combination-resize'
    
    * src/window.c (Vwindow_combination_resize): Fix doc-string.
    * doc/lispref/windows.texi (Recombining Windows): Fix
    documentation of `window-combination-resize'.
---
 doc/lispref/windows.texi |    6 +++---
 src/window.c             |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index a9965a1..042e0cc 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -1602,9 +1602,9 @@ window or too small to ordinarily split.  Furthermore, 
subsequently
 resizing or deleting @var{window} may resize all other windows in its
 combination.
 
-The default is @code{nil}.  Other values are reserved for future use.
-The value of this variable is ignored when
address@hidden is address@hidden
+The default is @code{nil}.  Other values are reserved for future use.  A
+specific split operation may ignore the value of this variable if it is
+affected by a address@hidden value of @code{window-combination-limit}.
 @end defopt
 
   To illustrate the effect of @code{window-combination-resize}, consider
diff --git a/src/window.c b/src/window.c
index 733cf75..8d86f7f 100644
--- a/src/window.c
+++ b/src/window.c
@@ -7269,8 +7269,8 @@ same combination.
 
 Other values are reserved for future use.
 
-This variable takes no effect if the variable `window-combination-limit' is
-non-nil.  */);
+A specific split operation may ignore the value of this variable if it
+is affected by a non-nil value of `window-combination-limit'.  */);
   Vwindow_combination_resize = Qnil;
 
   DEFVAR_LISP ("window-combination-limit", Vwindow_combination_limit,



reply via email to

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