diff options
| author | Joakim Verona | 2011-11-07 16:08:00 +0100 |
|---|---|---|
| committer | Joakim Verona | 2011-11-07 16:08:00 +0100 |
| commit | 8520d9c4e50520db79410ec6ef0052df129231dc (patch) | |
| tree | 955a62eddf28b5aa3f68842cf440683646067773 /doc/lispref | |
| parent | d66104e9adbe7110dc46e12ea99624d2dff938b2 (diff) | |
| parent | 05a61ee3e61026ee010206355509a2d0e7ec15c2 (diff) | |
| download | emacs-8520d9c4e50520db79410ec6ef0052df129231dc.tar.gz emacs-8520d9c4e50520db79410ec6ef0052df129231dc.zip | |
upstream
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/lispref/windows.texi | 16 |
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 @@ | |||
| 1 | 2011-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 | |||
| 1 | 2011-11-06 Chong Yidong <cyd@gnu.org> | 7 | 2011-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 | |||
| 719 | window tree but try to steal or distribute the space needed for the | 719 | window tree but try to steal or distribute the space needed for the |
| 720 | resize operation among the other windows within @var{window}'s | 720 | resize operation among the other windows within @var{window}'s |
| 721 | combination. Optional argument @var{nodown} non-@code{nil} means don't | 721 | combination. Optional argument @var{nodown} non-@code{nil} means don't |
| 722 | check whether @var{window} itself and its subwindows can be resized. | 722 | check whether @var{window} itself and its child windows can be resized. |
| 723 | @end defun | 723 | @end defun |
| 724 | 724 | ||
| 725 | The function @code{window-resizable} does not change any window sizes. | 725 | The 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 |
| 1354 | The @dfn{nest status} of a window specifies whether that window may be | 1354 | The @dfn{nest status} of a window specifies whether that window may be |
| 1355 | removed and its subwindows recombined with that window's siblings when | 1355 | removed and its child windows recombined with that window's siblings |
| 1356 | such a sibling's subwindow is deleted. The nest status is initially | 1356 | when such a sibling's child window is deleted. The nest status is |
| 1357 | assigned by @code{split-window} from the current value of the variable | 1357 | initially assigned by @code{split-window} from the current value of the |
| 1358 | @code{window-nest} (see above) and can be reset by the function | 1358 | variable @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 | ||
| 1361 | If the return value is @code{nil}, subwindows of @var{window} may be | 1361 | If the return value is @code{nil}, child windows of @var{window} may be |
| 1362 | recombined with @var{window}'s siblings when a window gets deleted. A | 1362 | recombined with @var{window}'s siblings when a window gets deleted. A |
| 1363 | return value of @code{nil} means that subwindows of @var{window} are | 1363 | return value of @code{nil} means that child windows of @var{window} are |
| 1364 | never (re-)combined with @var{window}'s siblings in such a case. | 1364 | never (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 | ||
| 3741 | The optional argument @var{ignore} non-@code{nil} means to ignore | 3741 | The optional argument @var{ignore} non-@code{nil} means to ignore |
| 3742 | minimum window sizes and fixed size restrictions. If @var{ignore} | 3742 | minimum window sizes and fixed size restrictions. If @var{ignore} |
| 3743 | equals @code{safe}, this means subwindows can get as small as one line | 3743 | equals @code{safe}, this means windows can get as small as one line |
| 3744 | and/or two columns. | 3744 | and/or two columns. |
| 3745 | @end defun | 3745 | @end defun |
| 3746 | 3746 | ||