]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix documentation of `window-combination-resize'
authorMartin Rudalics <rudalics@gmx.at>
Thu, 1 Dec 2016 09:51:11 +0000 (10:51 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Thu, 1 Dec 2016 09:51:11 +0000 (10:51 +0100)
* 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
src/window.c

index a9965a116c3687caff455ffe8a3b6461c2251e04..042e0cc35b6732a3a347c39434a8f2a7183de956 100644 (file)
@@ -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
-@code{window-combination-limit} is non-@code{nil}.
+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 non-@code{nil} value of @code{window-combination-limit}.
 @end defopt
 
   To illustrate the effect of @code{window-combination-resize}, consider
index 733cf75d1321b87ced5a51767c496f7fdbcedbce..8d86f7f081573e705346615ca8d2f65e56460bf8 100644 (file)
@@ -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,