diff options
| author | Richard M. Stallman | 1995-10-22 20:27:54 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-10-22 20:27:54 +0000 |
| commit | fb1d9004a54c134ae18d66ab4c93baa09eecdb5f (patch) | |
| tree | b188de431148b92e892e795eeedb121d9435dd8b | |
| parent | 5063b15088c3479e656f3cd6180bedf4beea50ef (diff) | |
| download | emacs-fb1d9004a54c134ae18d66ab4c93baa09eecdb5f.tar.gz emacs-fb1d9004a54c134ae18d66ab4c93baa09eecdb5f.zip | |
Minor fix.
| -rw-r--r-- | lispref/windows.texi | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/lispref/windows.texi b/lispref/windows.texi index d48c60593c0..1a8093384b6 100644 --- a/lispref/windows.texi +++ b/lispref/windows.texi | |||
| @@ -1442,14 +1442,16 @@ window: | |||
| 1442 | @noindent | 1442 | @noindent |
| 1443 | The bottom edge is at line 23 because the last line is the echo area. | 1443 | The bottom edge is at line 23 because the last line is the echo area. |
| 1444 | 1444 | ||
| 1445 | If @var{window} is at the upper left corner of its frame, @var{right} | 1445 | If @var{window} is at the upper left corner of its frame, then |
| 1446 | and @var{bottom} are the same as the values returned by | 1446 | @var{bottom} is the same as the value of @code{(window-height)}, |
| 1447 | @code{(window-width)} and @code{(window-height)} respectively, and | 1447 | @var{right} is almost the same as the value of |
| 1448 | @var{top} and @var{bottom} are zero. For example, the edges of the | 1448 | @code{(window-width)}@footnote{They are not exactly equal because |
| 1449 | following window are @w{@samp{0 0 5 8}}. Assuming that the frame has | 1449 | @var{right} includes the vertical separator line or scroll bar, while |
| 1450 | more than 8 columns, the last column of the window (column 7) holds a | 1450 | @code{(window-width)} does not.}, and @var{top} and @var{left} are zero. |
| 1451 | border rather than text. The last row (row 4) holds the mode line, | 1451 | For example, the edges of the following window are @w{@samp{0 0 5 8}}. |
| 1452 | shown here with @samp{xxxxxxxxx}. | 1452 | Assuming that the frame has more than 8 columns, the last column of the |
| 1453 | window (column 7) holds a border rather than text. The last row (row 4) | ||
| 1454 | holds the mode line, shown here with @samp{xxxxxxxxx}. | ||
| 1453 | 1455 | ||
| 1454 | @example | 1456 | @example |
| 1455 | @group | 1457 | @group |