summaryrefslogtreecommitdiff
path: root/src/window.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-12-07 12:41:04 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2016-12-07 12:41:04 -0800
commite676b7b80b5c5bd65b7a9f28fdac631cf78c22db (patch)
tree19ce0dc5b3b9a2db7aa1b854026517c7d6fb92e2 /src/window.c
parent8cd0d5df81a1cd4ed2187ac4b5a4202f3ad46c67 (diff)
parentd31298d8afa8166346fbc9206f38ec4b09a12204 (diff)
downloademacs-e676b7b80b5c5bd65b7a9f28fdac631cf78c22db.tar.gz
emacs-e676b7b80b5c5bd65b7a9f28fdac631cf78c22db.tar.bz2
emacs-e676b7b80b5c5bd65b7a9f28fdac631cf78c22db.zip
Merge from origin/emacs-25
d31298d Fix documentation of `window-combination-resize' 2086f4c Typo fixes in elisp manual
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c4
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.
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,