From 8f06e122c551781a5fb5fc43819386383c9a9a84 Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Mon, 6 Aug 2007 06:53:40 +0000 Subject: [PATCH] (Size of Window): Document window-full-width-p. --- lispref/ChangeLog | 4 ++++ lispref/windows.texi | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 9cb9115ef55..2e5949a42f0 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2007-08-06 Martin Rudalics + + * windows.texi (Size of Window): Document window-full-width-p. + 2007-07-25 Glenn Morris * gpl.texi (GPL): Replace license with GPLv3. diff --git a/lispref/windows.texi b/lispref/windows.texi index 22bb43ecaa0..bd8f7bc2d36 100644 --- a/lispref/windows.texi +++ b/lispref/windows.texi @@ -1887,6 +1887,12 @@ If @var{window} is @code{nil}, the function uses the selected window. @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. -- 2.39.2