aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorJuanma Barranquero2011-11-16 13:34:47 +0100
committerJuanma Barranquero2011-11-16 13:34:47 +0100
commit58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9 (patch)
treeb5c96cf9f1cc1c0c78ed998040e40ab126da95bb /src/window.c
parent110490118ed91082753d0f9e15d1774b6002caa2 (diff)
downloademacs-58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9.tar.gz
emacs-58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9.zip
Fix typos.
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 1b344773b1a..b34101c2f91 100644
--- a/src/window.c
+++ b/src/window.c
@@ -6506,7 +6506,7 @@ This variable takes no effect if `window-combination-limit' is non-nil. */);
6506 doc: /* Non-nil means splitting a window makes a new parent window. 6506 doc: /* Non-nil means splitting a window makes a new parent window.
6507If this variable is nil, splitting a window will create a new parent 6507If this variable is nil, splitting a window will create a new parent
6508window only if the window has no parent window or the window shall 6508window only if the window has no parent window or the window shall
6509become a combination orthogonal to the one it it is part of. 6509become a combination orthogonal to the one it is part of.
6510 6510
6511If this variable is t, splitting a window always creates a new parent 6511If this variable is t, splitting a window always creates a new parent
6512window. If all splits behave this way, each frame's window tree is a 6512window. If all splits behave this way, each frame's window tree is a
@@ -6515,7 +6515,7 @@ sibling.
6515 6515
6516Other values are reserved for future use. 6516Other values are reserved for future use.
6517 6517
6518The value of this variable is also assigned to the combination_limit 6518The value of this variable is also assigned to the combination-limit
6519status of the new parent window. The combination-limit status of a 6519status of the new parent window. The combination-limit status of a
6520window can be retrieved via the function `window-combination-limit' and 6520window can be retrieved via the function `window-combination-limit' and
6521altered by the function `set-window-combination-limit'. */); 6521altered by the function `set-window-combination-limit'. */);