]> git.eshelyaron.com Git - emacs.git/commitdiff
(Size of Window): Document window-full-width-p.
authorMartin Rudalics <rudalics@gmx.at>
Mon, 6 Aug 2007 06:53:40 +0000 (06:53 +0000)
committerMartin Rudalics <rudalics@gmx.at>
Mon, 6 Aug 2007 06:53:40 +0000 (06:53 +0000)
lispref/ChangeLog
lispref/windows.texi

index 9cb9115ef5524eaca8d7e6d90d675bd464477021..2e5949a42f0f35710dd2788bb2543fbc493ed210 100644 (file)
@@ -1,3 +1,7 @@
+2007-08-06  Martin Rudalics  <rudalics@gmx.at>
+
+       * windows.texi (Size of Window): Document window-full-width-p.
+
 2007-07-25  Glenn Morris  <rgm@gnu.org>
 
        * gpl.texi (GPL): Replace license with GPLv3.
index 22bb43ecaa00a74beaf4dc3d772c146aa7e49b6c..bd8f7bc2d362c386e15d565a82c49acd14e28d12 100644 (file)
@@ -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.