summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Rudalics <rudalics@gmx.at>2016-12-01 10:51:11 +0100
committerMartin Rudalics <rudalics@gmx.at>2016-12-01 10:51:11 +0100
commitd31298d8afa8166346fbc9206f38ec4b09a12204 (patch)
tree24c8fde9066ad26d53cbb4169a238e0be18389d4 /src
parent2086f4c0c6ecf8b94173c97162ae1b09749eabb5 (diff)
downloademacs-d31298d8afa8166346fbc9206f38ec4b09a12204.tar.gz
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'.
Diffstat (limited to 'src')
-rw-r--r--src/window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c
index 733cf75d132..8d86f7f0815 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,