aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-10-22 20:27:54 +0000
committerRichard M. Stallman1995-10-22 20:27:54 +0000
commitfb1d9004a54c134ae18d66ab4c93baa09eecdb5f (patch)
treeb188de431148b92e892e795eeedb121d9435dd8b
parent5063b15088c3479e656f3cd6180bedf4beea50ef (diff)
downloademacs-fb1d9004a54c134ae18d66ab4c93baa09eecdb5f.tar.gz
emacs-fb1d9004a54c134ae18d66ab4c93baa09eecdb5f.zip
Minor fix.
-rw-r--r--lispref/windows.texi18
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
1443The bottom edge is at line 23 because the last line is the echo area. 1443The bottom edge is at line 23 because the last line is the echo area.
1444 1444
1445If @var{window} is at the upper left corner of its frame, @var{right} 1445If @var{window} is at the upper left corner of its frame, then
1446and @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
1449following 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
1450more 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.
1451border rather than text. The last row (row 4) holds the mode line, 1451For example, the edges of the following window are @w{@samp{0 0 5 8}}.
1452shown here with @samp{xxxxxxxxx}. 1452Assuming that the frame has more than 8 columns, the last column of the
1453window (column 7) holds a border rather than text. The last row (row 4)
1454holds the mode line, shown here with @samp{xxxxxxxxx}.
1453 1455
1454@example 1456@example
1455@group 1457@group