* src/window.c (Vwindow_combination_resize): Fix doc-string.
* doc/lispref/windows.texi (Recombining Windows): Fix
documentation of `window-combination-resize'.
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
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,