Mercurial > emacs
changeset 13275:33bdb63a2c59
Minor fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 22 Oct 1995 20:27:54 +0000 |
parents | 712386e1abe0 |
children | a09ec2a2f6dd |
files | lispref/windows.texi |
diffstat | 1 files changed, 10 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/windows.texi Sun Oct 22 18:28:17 1995 +0000 +++ b/lispref/windows.texi Sun Oct 22 20:27:54 1995 +0000 @@ -1442,14 +1442,16 @@ @noindent The bottom edge is at line 23 because the last line is the echo area. -If @var{window} is at the upper left corner of its frame, @var{right} -and @var{bottom} are the same as the values returned by -@code{(window-width)} and @code{(window-height)} respectively, and -@var{top} and @var{bottom} are zero. For example, the edges of the -following window are @w{@samp{0 0 5 8}}. Assuming that the frame has -more than 8 columns, the last column of the window (column 7) holds a -border rather than text. The last row (row 4) holds the mode line, -shown here with @samp{xxxxxxxxx}. +If @var{window} is at the upper left corner of its frame, then +@var{bottom} is the same as the value of @code{(window-height)}, +@var{right} is almost the same as the value of +@code{(window-width)}@footnote{They are not exactly equal because +@var{right} includes the vertical separator line or scroll bar, while +@code{(window-width)} does not.}, and @var{top} and @var{left} are zero. +For example, the edges of the following window are @w{@samp{0 0 5 8}}. +Assuming that the frame has more than 8 columns, the last column of the +window (column 7) holds a border rather than text. The last row (row 4) +holds the mode line, shown here with @samp{xxxxxxxxx}. @example @group