aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/windows.texi6
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 @@
12011-09-28 Juanma Barranquero <lekktu@gmail.com>
2
3 * windows.texi (Splitting Windows): Fix typos.
4
12011-09-25 Martin Rudalics <rudalics@gmx.at> 52011-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
1178penultimate configuration from the previous scenario from where we can 1178penultimate configuration from the previous scenario from where we can
1179continue as described before. 1179continue 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
1182evaluating @code{(split-window W6 nil nil t)} with the following result: 1182evaluating @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
1260If this variable is nil, the function @code{split-window} can split a 1260If this variable is nil, the function @code{split-window} can split a
1261window if and only if that window's screen estate is sufficiently large 1261window if and only if that window's screen estate is sufficiently large
1262to accomodate both--itself and the new window. 1262to accommodate both--itself and the new window.
1263 1263
1264If this variable is non-@code{nil}, @code{split-window} tries to resize 1264If this variable is non-@code{nil}, @code{split-window} tries to resize
1265all windows that are part of the same combination as the old window to 1265all windows that are part of the same combination as the old window to
1266accomodate the new window. Hence, the new window can be also created if 1266accommodate the new window. Hence, the new window can be also created if
1267the old window is of fixed size or too small to split (@pxref{Window 1267the old window is of fixed size or too small to split (@pxref{Window
1268Sizes}). 1268Sizes}).
1269 1269