diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/windows.texi | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 423e052068b..afd32ad4ebe 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-09-28 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * windows.texi (Splitting Windows): Fix typos. | ||
| 4 | |||
| 1 | 2011-09-25 Martin Rudalics <rudalics@gmx.at> | 5 | 2011-09-25 Martin Rudalics <rudalics@gmx.at> |
| 2 | 6 | ||
| 3 | * windows.texi (Windows and Frames, Display Action Functions) | 7 | * windows.texi (Windows and Frames, Display Action Functions) |
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 96d489d1203..6a7206f459d 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi | |||
| @@ -1178,7 +1178,7 @@ equivalently, @code{(split-window W3 -8 'left)} should now produce the | |||
| 1178 | penultimate configuration from the previous scenario from where we can | 1178 | penultimate configuration from the previous scenario from where we can |
| 1179 | continue as described before. | 1179 | continue as described before. |
| 1180 | 1180 | ||
| 1181 | Another strategy starts with splitting an inital window @code{W6} by | 1181 | Another strategy starts with splitting an initial window @code{W6} by |
| 1182 | evaluating @code{(split-window W6 nil nil t)} with the following result: | 1182 | evaluating @code{(split-window W6 nil nil t)} with the following result: |
| 1183 | @smallexample | 1183 | @smallexample |
| 1184 | @group | 1184 | @group |
| @@ -1259,11 +1259,11 @@ configuration. | |||
| 1259 | @defopt window-splits | 1259 | @defopt window-splits |
| 1260 | If this variable is nil, the function @code{split-window} can split a | 1260 | If this variable is nil, the function @code{split-window} can split a |
| 1261 | window if and only if that window's screen estate is sufficiently large | 1261 | window if and only if that window's screen estate is sufficiently large |
| 1262 | to accomodate both--itself and the new window. | 1262 | to accommodate both--itself and the new window. |
| 1263 | 1263 | ||
| 1264 | If this variable is non-@code{nil}, @code{split-window} tries to resize | 1264 | If this variable is non-@code{nil}, @code{split-window} tries to resize |
| 1265 | all windows that are part of the same combination as the old window to | 1265 | all windows that are part of the same combination as the old window to |
| 1266 | accomodate the new window. Hence, the new window can be also created if | 1266 | accommodate the new window. Hence, the new window can be also created if |
| 1267 | the old window is of fixed size or too small to split (@pxref{Window | 1267 | the old window is of fixed size or too small to split (@pxref{Window |
| 1268 | Sizes}). | 1268 | Sizes}). |
| 1269 | 1269 | ||