diff options
| author | Juanma Barranquero | 2011-11-16 13:34:47 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-11-16 13:34:47 +0100 |
| commit | 58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9 (patch) | |
| tree | b5c96cf9f1cc1c0c78ed998040e40ab126da95bb /src/window.c | |
| parent | 110490118ed91082753d0f9e15d1774b6002caa2 (diff) | |
| download | emacs-58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9.tar.gz emacs-58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9.zip | |
Fix typos.
Diffstat (limited to 'src/window.c')
| -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 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. |
| 6507 | If this variable is nil, splitting a window will create a new parent | 6507 | If this variable is nil, splitting a window will create a new parent |
| 6508 | window only if the window has no parent window or the window shall | 6508 | window only if the window has no parent window or the window shall |
| 6509 | become a combination orthogonal to the one it it is part of. | 6509 | become a combination orthogonal to the one it is part of. |
| 6510 | 6510 | ||
| 6511 | If this variable is t, splitting a window always creates a new parent | 6511 | If this variable is t, splitting a window always creates a new parent |
| 6512 | window. If all splits behave this way, each frame's window tree is a | 6512 | window. If all splits behave this way, each frame's window tree is a |
| @@ -6515,7 +6515,7 @@ sibling. | |||
| 6515 | 6515 | ||
| 6516 | Other values are reserved for future use. | 6516 | Other values are reserved for future use. |
| 6517 | 6517 | ||
| 6518 | The value of this variable is also assigned to the combination_limit | 6518 | The value of this variable is also assigned to the combination-limit |
| 6519 | status of the new parent window. The combination-limit status of a | 6519 | status of the new parent window. The combination-limit status of a |
| 6520 | window can be retrieved via the function `window-combination-limit' and | 6520 | window can be retrieved via the function `window-combination-limit' and |
| 6521 | altered by the function `set-window-combination-limit'. */); | 6521 | altered by the function `set-window-combination-limit'. */); |