Mercurial > emacs
changeset 78420:bf4c1411b0ac
(Size of Window): Document window-full-width-p.
author | Martin Rudalics <rudalics@gmx.at> |
---|---|
date | Mon, 06 Aug 2007 06:53:13 +0000 |
parents | 12b14a633dc9 |
children | 0b78d96e9e7a |
files | lispref/windows.texi |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/windows.texi Mon Aug 06 06:51:13 2007 +0000 +++ b/lispref/windows.texi Mon Aug 06 06:53:13 2007 +0000 @@ -1887,6 +1887,12 @@ @end example @end defun +@defun window-full-width-p &optional window +This function returns non-@code{nil} if @var{window} is as wide as +the frame that contains it; otherwise @code{nil}. +If @var{window} is @code{nil}, the function uses the selected window. +@end defun + @defun window-edges &optional window This function returns a list of the edge coordinates of @var{window}. If @var{window} is @code{nil}, the selected window is used.