diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c index acbefcdad16..e8798f1e3ee 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -7421,8 +7421,8 @@ same combination. | |||
| 7421 | 7421 | ||
| 7422 | Other values are reserved for future use. | 7422 | Other values are reserved for future use. |
| 7423 | 7423 | ||
| 7424 | This variable takes no effect if the variable `window-combination-limit' is | 7424 | A specific split operation may ignore the value of this variable if it |
| 7425 | non-nil. */); | 7425 | is affected by a non-nil value of `window-combination-limit'. */); |
| 7426 | Vwindow_combination_resize = Qnil; | 7426 | Vwindow_combination_resize = Qnil; |
| 7427 | 7427 | ||
| 7428 | DEFVAR_LISP ("window-combination-limit", Vwindow_combination_limit, | 7428 | DEFVAR_LISP ("window-combination-limit", Vwindow_combination_limit, |