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'.
This commit is contained in:
Martin Rudalics 2016-12-01 10:51:11 +01:00
parent 2086f4c0c6
commit d31298d8af
2 changed files with 5 additions and 5 deletions

View 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 resizing or deleting @var{window} may resize all other windows in its
combination. combination.
The default is @code{nil}. Other values are reserved for future use. The default is @code{nil}. Other values are reserved for future use. A
The value of this variable is ignored when specific split operation may ignore the value of this variable if it is
@code{window-combination-limit} is non-@code{nil}. affected by a non-@code{nil} value of @code{window-combination-limit}.
@end defopt @end defopt
To illustrate the effect of @code{window-combination-resize}, consider To illustrate the effect of @code{window-combination-resize}, consider

View file

@ -7269,8 +7269,8 @@ same combination.
Other values are reserved for future use. Other values are reserved for future use.
This variable takes no effect if the variable `window-combination-limit' is A specific split operation may ignore the value of this variable if it
non-nil. */); is affected by a non-nil value of `window-combination-limit'. */);
Vwindow_combination_resize = Qnil; Vwindow_combination_resize = Qnil;
DEFVAR_LISP ("window-combination-limit", Vwindow_combination_limit, DEFVAR_LISP ("window-combination-limit", Vwindow_combination_limit,