summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Rudalics <rudalics@gmx.at>2007-08-06 06:53:40 +0000
committerMartin Rudalics <rudalics@gmx.at>2007-08-06 06:53:40 +0000
commit8f06e122c551781a5fb5fc43819386383c9a9a84 (patch)
tree8f5cfe3b12caca96ac99913835ac98fa010ad18c
parent2a5f11a2b076479b66f65f698af4fbb09cc57282 (diff)
(Size of Window): Document window-full-width-p.
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/windows.texi6
2 files changed, 10 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 9cb9115ef5..2e5949a42f 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -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.
diff --git a/lispref/windows.texi b/lispref/windows.texi
index 22bb43ecaa..bd8f7bc2d3 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.