aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorJoakim Verona2011-11-07 16:08:00 +0100
committerJoakim Verona2011-11-07 16:08:00 +0100
commit8520d9c4e50520db79410ec6ef0052df129231dc (patch)
tree955a62eddf28b5aa3f68842cf440683646067773 /doc/lispref
parentd66104e9adbe7110dc46e12ea99624d2dff938b2 (diff)
parent05a61ee3e61026ee010206355509a2d0e7ec15c2 (diff)
downloademacs-8520d9c4e50520db79410ec6ef0052df129231dc.tar.gz
emacs-8520d9c4e50520db79410ec6ef0052df129231dc.zip
upstream
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/ChangeLog6
-rw-r--r--doc/lispref/windows.texi16
2 files changed, 14 insertions, 8 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 1a692c6b36d..d714d1b26e5 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,9 @@
12011-11-07 Martin Rudalics <rudalics@gmx.at>
2
3 * windows.texi (Resizing Windows, Splitting Windows)
4 (Window Configurations): Use "child window" instead of
5 "subwindow".
6
12011-11-06 Chong Yidong <cyd@gnu.org> 72011-11-06 Chong Yidong <cyd@gnu.org>
2 8
3 * windows.texi (Basic Windows): Clarify various definitions. 9 * windows.texi (Basic Windows): Clarify various definitions.
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index 8b466e02214..eb3c1849523 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -719,7 +719,7 @@ Optional argument @var{noup} non-@code{nil} means don't go up in the
719window tree but try to steal or distribute the space needed for the 719window tree but try to steal or distribute the space needed for the
720resize operation among the other windows within @var{window}'s 720resize operation among the other windows within @var{window}'s
721combination. Optional argument @var{nodown} non-@code{nil} means don't 721combination. Optional argument @var{nodown} non-@code{nil} means don't
722check whether @var{window} itself and its subwindows can be resized. 722check whether @var{window} itself and its child windows can be resized.
723@end defun 723@end defun
724 724
725The function @code{window-resizable} does not change any window sizes. 725The function @code{window-resizable} does not change any window sizes.
@@ -1352,15 +1352,15 @@ windows only.
1352 1352
1353@cindex nest status 1353@cindex nest status
1354The @dfn{nest status} of a window specifies whether that window may be 1354The @dfn{nest status} of a window specifies whether that window may be
1355removed and its subwindows recombined with that window's siblings when 1355removed and its child windows recombined with that window's siblings
1356such a sibling's subwindow is deleted. The nest status is initially 1356when such a sibling's child window is deleted. The nest status is
1357assigned by @code{split-window} from the current value of the variable 1357initially assigned by @code{split-window} from the current value of the
1358@code{window-nest} (see above) and can be reset by the function 1358variable @code{window-nest} (see above) and can be reset by the function
1359@code{set-window-nest} (see below). 1359@code{set-window-nest} (see below).
1360 1360
1361If the return value is @code{nil}, subwindows of @var{window} may be 1361If the return value is @code{nil}, child windows of @var{window} may be
1362recombined with @var{window}'s siblings when a window gets deleted. A 1362recombined with @var{window}'s siblings when a window gets deleted. A
1363return value of @code{nil} means that subwindows of @var{window} are 1363return value of @code{nil} means that child windows of @var{window} are
1364never (re-)combined with @var{window}'s siblings in such a case. 1364never (re-)combined with @var{window}'s siblings in such a case.
1365@end defun 1365@end defun
1366 1366
@@ -3740,7 +3740,7 @@ selected one.
3740 3740
3741The optional argument @var{ignore} non-@code{nil} means to ignore 3741The optional argument @var{ignore} non-@code{nil} means to ignore
3742minimum window sizes and fixed size restrictions. If @var{ignore} 3742minimum window sizes and fixed size restrictions. If @var{ignore}
3743equals @code{safe}, this means subwindows can get as small as one line 3743equals @code{safe}, this means windows can get as small as one line
3744and/or two columns. 3744and/or two columns.
3745@end defun 3745@end defun
3746 3746